#1D1104

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

Shades of Cocoa Brown #1D1104

Tints of Cocoa Brown #1D1104

Color information

#1D1104 (or 0x1D1104) is unknown color: approx Cocoa Brown. HEX triplet: 1D, 11 and 04. RGB value is (29,17,4). Sum of RGB (Red+Green+Blue) = 29+17+4=50 (6% of max value = 765). Red value is 29 (11.72% from 255 or 58% from 50); Green value is 17 (7.03% from 255 or 34% from 50); Blue value is 4 (1.95% from 255 or 8% from 50); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1104 is #E2EEFB. Grayscale: #131313. Windows color (decimal): -14872316 or 266525. OLE color: 266525.

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

Color convert

RGB29174-
CMYK00.410.860.89
HSL31.2º75.76%6.47%-
HSV(B)31.2º86.21%11.37%-
XYZ0.730.670.21-
YUV19.11119.48135.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 58%
GREEN value IS 17 (7.03% from 255) = 34%
BLUE value IS 4 (1.95% from 255) = 8%
R=58%
G=34%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2917400.410.860.8931.275.766.47
Hex1D11402956591f4c6
Octal35214051126131371146
Binary1110110001100010100110101101011001111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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