#1D1002

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

Shades of Cocoa Brown #1D1002

Tints of Cocoa Brown #1D1002

Color information

#1D1002 (or 0x1D1002) is unknown color: approx Cocoa Brown. HEX triplet: 1D, 10 and 02. RGB value is (29,16,2). Sum of RGB (Red+Green+Blue) = 29+16+2=47 (6% of max value = 765). Red value is 29 (11.72% from 255 or 61.70% from 47); Green value is 16 (6.64% from 255 or 34.04% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1002 is #E2EFFD. Grayscale: #121212. Windows color (decimal): -14872574 or 135197. OLE color: 135197.

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

Color convert

RGB29162-
CMYK00.450.930.89
HSL31.11º87.1%6.08%-
HSV(B)31.11º93.1%11.37%-
XYZ0.70.640.14-
YUV18.29118.81135.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 61.70%
GREEN value IS 16 (6.64% from 255) = 34.04%
BLUE value IS 2 (1.17% from 255) = 4.26%
R=61.70%
G=34.04%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2916200.450.930.8931.1187.16.08
Hex1D10202D5D591f576
Octal35202055135131371276
Binary111011000010010110110111011011001111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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