#1D1102

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

Shades of Cocoa Brown #1D1102

Tints of Cocoa Brown #1D1102

Color information

#1D1102 (or 0x1D1102) is unknown color: approx Cocoa Brown. HEX triplet: 1D, 11 and 02. RGB value is (29,17,2). Sum of RGB (Red+Green+Blue) = 29+17+2=48 (6% of max value = 765). Red value is 29 (11.72% from 255 or 60.42% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1102 is #E2EEFD. Grayscale: #121212. Windows color (decimal): -14872318 or 135453. OLE color: 135453.

HSL color Cylindrical-coordinate representation of color #1D1102: hue angle of 33.33º 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 #1D1102 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB29172-
CMYK00.410.930.89
HSL33.33º87.1%6.08%-
HSV(B)33.33º93.1%11.37%-
XYZ0.720.670.15-
YUV18.88118.48135.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 60.42%
GREEN value IS 17 (7.03% from 255) = 35.42%
BLUE value IS 2 (1.17% from 255) = 4.17%
R=60.42%
G=35.42%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2917200.410.930.8933.3387.16.08
Hex1D1120295D5921576
Octal35212051135131411276
Binary1110110001100101001101110110110011000011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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