#2D1B09

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

Shades of Cocoa Brown #2D1B09

Tints of Cocoa Brown #2D1B09

Color information

#2D1B09 (or 0x2D1B09) is unknown color: approx Cocoa Brown. HEX triplet: 2D, 1B and 09. RGB value is (45,27,9). Sum of RGB (Red+Green+Blue) = 45+27+9=81 (10% of max value = 765). Red value is 45 (17.97% from 255 or 55.56% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D1B09 is #D2E4F6. Grayscale: #1E1E1E. Windows color (decimal): -13821175 or 596781. OLE color: 596781.

HSL color Cylindrical-coordinate representation of color #2D1B09: hue angle of 30º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D1B09 is Cyan = 0, Magento = 0.4, Yellow = 0.8 and Black (K on CMYK) = 0.82.

Color convert

RGB45279-
CMYK00.40.80.82
HSL30º66.67%10.59%-
HSV(B)30º80%17.65%-
XYZ1.521.360.44-
YUV30.33115.96138.46-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 55.56%
GREEN value IS 27 (10.94% from 255) = 33.33%
BLUE value IS 9 (3.91% from 255) = 11.11%
R=55.56%
G=33.33%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.8
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4527900.40.80.823066.6710.59
Hex2D1B902850521e43b
Octal5533110501201223610313
Binary1011011101110010101000101000010100101111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D1B09; }

 p { color: rgb(45,27,9); }

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

<style>
 a { background-color: #2D1B09; }

 a { background-color: rgb(45,27,9); }

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

<style>
 span { border-color: #2D1B09; }

 span { border-color: rgb(45,27,9); }

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