#1D1302

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

Shades of Cocoa Brown #1D1302

Tints of Cocoa Brown #1D1302

Color information

#1D1302 (or 0x1D1302) is unknown color: approx Cocoa Brown. HEX triplet: 1D, 13 and 02. RGB value is (29,19,2). Sum of RGB (Red+Green+Blue) = 29+19+2=50 (6% of max value = 765). Red value is 29 (11.72% from 255 or 58% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 2 (1.17% from 255 or 4% from 50); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1302 is #E2ECFD. Grayscale: #141414. Windows color (decimal): -14871806 or 135965. OLE color: 135965.

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

Color convert

RGB29192-
CMYK00.340.930.89
HSL37.78º87.1%6.08%-
HSV(B)37.78º93.1%11.37%-
XYZ0.750.730.16-
YUV20.05117.81134.38-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 58%
GREEN value IS 19 (7.81% from 255) = 38%
BLUE value IS 2 (1.17% from 255) = 4%
R=58%
G=38%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2919200.340.930.8937.7887.16.08
Hex1D1320225D5926576
Octal35232042135131461276
Binary1110110011100100010101110110110011001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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