#1D1202

Color #1D1202 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #1D1202

Tints of Cocoa Brown #1D1202

Color information

#1D1202 (or 0x1D1202) is unknown color: approx Cocoa Brown. HEX triplet: 1D, 12 and 02. RGB value is (29,18,2). Sum of RGB (Red+Green+Blue) = 29+18+2=49 (6% of max value = 765). Red value is 29 (11.72% from 255 or 59.18% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 2 (1.17% from 255 or 4.08% from 49); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1202 is #E2EDFD. Grayscale: #131313. Windows color (decimal): -14872062 or 135709. OLE color: 135709.

HSL color Cylindrical-coordinate representation of color #1D1202: hue angle of 35.56º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D1202 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB29182-
CMYK00.380.930.89
HSL35.56º87.1%6.08%-
HSV(B)35.56º93.1%11.37%-
XYZ0.730.70.15-
YUV19.46118.14134.8-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 59.18%
GREEN value IS 18 (7.42% from 255) = 36.73%
BLUE value IS 2 (1.17% from 255) = 4.08%
R=59.18%
G=36.73%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2918200.380.930.8935.5687.16.08
Hex1D1220265D5924576
Octal35222046135131441276
Binary1110110010100100110101110110110011001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D1202; }

 p { color: rgb(29,18,2); }

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

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

 a { background-color: rgb(29,18,2); }

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

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

 span { border-color: rgb(29,18,2); }

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