#2B1A0B

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

Shades of Cocoa Brown #2B1A0B

Tints of Cocoa Brown #2B1A0B

Color information

#2B1A0B (or 0x2B1A0B) is unknown color: approx Cocoa Brown. HEX triplet: 2B, 1A and 0B. RGB value is (43,26,11). Sum of RGB (Red+Green+Blue) = 43+26+11=80 (10% of max value = 765). Red value is 43 (17.19% from 255 or 53.75% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1A0B is #D4E5F4. Grayscale: #1D1D1D. Windows color (decimal): -13952501 or 727595. OLE color: 727595.

HSL color Cylindrical-coordinate representation of color #2B1A0B: hue angle of 28.12º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B1A0B is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.83.

Color convert

RGB432611-
CMYK00.400.740.83
HSL28.12º59.26%10.59%-
HSV(B)28.12º74.42%16.86%-
XYZ1.431.280.49-
YUV29.37117.63137.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 53.75%
GREEN value IS 26 (10.55% from 255) = 32.5%
BLUE value IS 11 (4.69% from 255) = 13.75%
R=53.75%
G=32.5%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43261100.400.740.8328.1259.2610.59
Hex2B1AB0284A531c3bb
Octal533213050112123347313
Binary101011110101011010100010010101010011111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,26,11); }

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

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

 a { background-color: rgb(43,26,11); }

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

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

 span { border-color: rgb(43,26,11); }

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