#1D0F01

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

Shades of Cocoa Brown #1D0F01

Tints of Cocoa Brown #1D0F01

Color information

#1D0F01 (or 0x1D0F01) is unknown color: approx Cocoa Brown. HEX triplet: 1D, 0F and 01. RGB value is (29,15,1). Sum of RGB (Red+Green+Blue) = 29+15+1=45 (5% of max value = 765). Red value is 29 (11.72% from 255 or 64.44% from 45); Green value is 15 (6.25% from 255 or 33.33% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F01 is #E2F0FE. Grayscale: #111111. Windows color (decimal): -14872831 or 69405. OLE color: 69405.

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

Color convert

RGB29151-
CMYK00.480.970.89
HSL30º93.33%5.88%-
HSV(B)30º96.55%11.37%-
XYZ0.680.610.11-
YUV17.59118.64136.14-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 64.44%
GREEN value IS 15 (6.25% from 255) = 33.33%
BLUE value IS 1 (0.78% from 255) = 2.22%
R=64.44%
G=33.33%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2915100.480.970.893093.335.88
Hex1DF103061591e5d6
Octal35171060141131361356
Binary1110111111011000011000011011001111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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