#2B1809

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

Shades of Cocoa Brown #2B1809

Tints of Cocoa Brown #2B1809

Color information

#2B1809 (or 0x2B1809) is unknown color: approx Cocoa Brown. HEX triplet: 2B, 18 and 09. RGB value is (43,24,9). Sum of RGB (Red+Green+Blue) = 43+24+9=76 (10% of max value = 765). Red value is 43 (17.19% from 255 or 56.58% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1809 is #D4E7F6. Grayscale: #1C1C1C. Windows color (decimal): -13953015 or 596011. OLE color: 596011.

HSL color Cylindrical-coordinate representation of color #2B1809: hue angle of 26.47º 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 #2B1809 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.83.

Color convert

RGB43249-
CMYK00.440.790.83
HSL26.47º65.38%10.2%-
HSV(B)26.47º79.07%16.86%-
XYZ1.371.190.42-
YUV27.97117.29138.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 56.58%
GREEN value IS 24 (9.77% from 255) = 31.58%
BLUE value IS 9 (3.91% from 255) = 11.84%
R=56.58%
G=31.58%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4324900.440.790.8326.4765.3810.2
Hex2B18902C4F531a41a
Octal5330110541171233210112
Binary1010111100010010101100100111110100111101010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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