#1D0F02

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

Shades of Cocoa Brown #1D0F02

Tints of Cocoa Brown #1D0F02

Color information

#1D0F02 (or 0x1D0F02) is unknown color: approx Cocoa Brown. HEX triplet: 1D, 0F and 02. RGB value is (29,15,2). Sum of RGB (Red+Green+Blue) = 29+15+2=46 (6% of max value = 765). Red value is 29 (11.72% from 255 or 63.04% from 46); Green value is 15 (6.25% from 255 or 32.61% from 46); Blue value is 2 (1.17% from 255 or 4.35% from 46); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F02 is #E2F0FD. Grayscale: #111111. Windows color (decimal): -14872830 or 134941. OLE color: 134941.

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

Color convert

RGB29152-
CMYK00.480.930.89
HSL28.89º87.1%6.08%-
HSV(B)28.89º93.1%11.37%-
XYZ0.690.610.14-
YUV17.7119.14136.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 63.04%
GREEN value IS 15 (6.25% from 255) = 32.61%
BLUE value IS 2 (1.17% from 255) = 4.35%
R=63.04%
G=32.61%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2915200.480.930.8928.8987.16.08
Hex1DF20305D591d576
Octal35172060135131351276
Binary11101111110011000010111011011001111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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