#2B1D09

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

Shades of Cocoa Brown #2B1D09

Tints of Cocoa Brown #2B1D09

Color information

#2B1D09 (or 0x2B1D09) is unknown color: approx Cocoa Brown. HEX triplet: 2B, 1D and 09. RGB value is (43,29,9). Sum of RGB (Red+Green+Blue) = 43+29+9=81 (10% of max value = 765). Red value is 43 (17.19% from 255 or 53.09% from 81); Green value is 29 (11.72% from 255 or 35.80% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1D09 is #D4E2F6. Grayscale: #1E1E1E. Windows color (decimal): -13951735 or 597291. OLE color: 597291.

HSL color Cylindrical-coordinate representation of color #2B1D09: hue angle of 35.29º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B1D09 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.83.

Color convert

RGB43299-
CMYK00.330.790.83
HSL35.29º65.38%10.2%-
HSV(B)35.29º79.07%16.86%-
XYZ1.481.410.45-
YUV30.91115.64136.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 53.09%
GREEN value IS 29 (11.72% from 255) = 35.80%
BLUE value IS 9 (3.91% from 255) = 11.11%
R=53.09%
G=35.80%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4329900.330.790.8335.2965.3810.2
Hex2B1D90214F532341a
Octal5335110411171234310112
Binary10101111101100101000011001111101001110001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,29,9); }

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

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

 a { background-color: rgb(43,29,9); }

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

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

 span { border-color: rgb(43,29,9); }

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