#D04F1A

Color #D04F1A Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #D04F1A

Tints of Chocolate #D04F1A

Color information

#D04F1A (or 0xD04F1A) is unknown color: approx Chocolate. HEX triplet: D0, 4F and 1A. RGB value is (208,79,26). Sum of RGB (Red+Green+Blue) = 208+79+26=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04F1A is #2FB0E5. Grayscale: #6F6F6F. Windows color (decimal): -3125478 or 1724368. OLE color: 1724368.

HSL color Cylindrical-coordinate representation of color #D04F1A: hue angle of 17.47º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D04F1A is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB2087926-
CMYK00.620.880.18
HSL17.47º77.78%45.88%-
HSV(B)17.47º87.5%81.57%-
XYZ28.9919.083.13-
YUV111.5379.74196.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 66.45%
GREEN value IS 79 (31.25% from 255) = 25.24%
BLUE value IS 26 (10.55% from 255) = 8.31%
R=66.45%
G=25.24%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208792600.620.880.1817.4777.7845.88
HexD04F1A03E5812114e2e
Octal32011732076130222111656
Binary110100001001111110100111110101100010010100011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04F1A; }

 p { color: rgb(208,79,26); }

 H1.HeaderClassName
 {
   color: #D04F1A;
 }
 .AnyTagClassName
 {
   color: #D04F1A;
 }
</style>
background-color css

<style>
 a { background-color: #D04F1A; }

 a { background-color: rgb(208,79,26); }

 div.DivClassName
 {
   background-color: #D04F1A;
 }
 .BgClassName
 {
   background-color: #D04F1A;
 }
</style>
border-color css

<style>
 span { border-color: #D04F1A; }

 span { border-color: rgb(208,79,26); }

 td.TdClassName
 {
   border-color: #D04F1A;
 }
 .TagClassName
 {
   border-color: #D04F1A;
 }
</style>