#1D1406

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

Shades of Cocoa Brown #1D1406

Tints of Cocoa Brown #1D1406

Color information

#1D1406 (or 0x1D1406) is unknown color: approx Cocoa Brown. HEX triplet: 1D, 14 and 06. RGB value is (29,20,6). Sum of RGB (Red+Green+Blue) = 29+20+6=55 (7% of max value = 765). Red value is 29 (11.72% from 255 or 52.73% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1406 is #E2EBF9. Grayscale: #151515. Windows color (decimal): -14871546 or 398365. OLE color: 398365.

HSL color Cylindrical-coordinate representation of color #1D1406: hue angle of 36.52º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D1406 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.89.

Color convert

RGB29206-
CMYK00.310.790.89
HSL36.52º65.71%6.86%-
HSV(B)36.52º79.31%11.37%-
XYZ0.790.770.28-
YUV21.1119.48133.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 52.73%
GREEN value IS 20 (8.20% from 255) = 36.36%
BLUE value IS 6 (2.73% from 255) = 10.91%
R=52.73%
G=36.36%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2920600.310.790.8936.5265.716.86
Hex1D14601F4F5925427
Octal35246037117131451027
Binary1110110100110011111100111110110011001011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,20,6); }

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

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

 a { background-color: rgb(29,20,6); }

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

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

 span { border-color: rgb(29,20,6); }

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