#1D1304

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

Shades of Cocoa Brown #1D1304

Tints of Cocoa Brown #1D1304

Color information

#1D1304 (or 0x1D1304) is unknown color: approx Cocoa Brown. HEX triplet: 1D, 13 and 04. RGB value is (29,19,4). Sum of RGB (Red+Green+Blue) = 29+19+4=52 (6% of max value = 765). Red value is 29 (11.72% from 255 or 55.77% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 4 (1.95% from 255 or 7.69% from 52); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1304 is #E2ECFB. Grayscale: #141414. Windows color (decimal): -14871804 or 267037. OLE color: 267037.

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

Color convert

RGB29194-
CMYK00.340.860.89
HSL36º75.76%6.47%-
HSV(B)36º86.21%11.37%-
XYZ0.760.740.22-
YUV20.28118.81134.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 55.77%
GREEN value IS 19 (7.81% from 255) = 36.54%
BLUE value IS 4 (1.95% from 255) = 7.69%
R=55.77%
G=36.54%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2919400.340.860.893675.766.47
Hex1D1340225659244c6
Octal35234042126131441146
Binary11101100111000100010101011010110011001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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