#2B2012

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

Shades of Cocoa Brown #2B2012

Tints of Cocoa Brown #2B2012

Color information

#2B2012 (or 0x2B2012) is unknown color: approx Cocoa Brown. HEX triplet: 2B, 20 and 12. RGB value is (43,32,18). Sum of RGB (Red+Green+Blue) = 43+32+18=93 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.24% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2012 is #D4DFED. Grayscale: #212121. Windows color (decimal): -13950958 or 1187883. OLE color: 1187883.

HSL color Cylindrical-coordinate representation of color #2B2012: hue angle of 33.6º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B2012 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.83.

Color convert

RGB433218-
CMYK00.260.580.83
HSL33.6º40.98%11.96%-
HSV(B)33.6º58.14%16.86%-
XYZ1.621.590.79-
YUV33.69119.14134.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 46.24%
GREEN value IS 32 (12.89% from 255) = 34.41%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=46.24%
G=34.41%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43321800.260.580.8333.640.9811.96
Hex2B201201A3A532229c
Octal53402203272123425114
Binary1010111000001001001101011101010100111000101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,32,18); }

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

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

 a { background-color: rgb(43,32,18); }

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

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

 span { border-color: rgb(43,32,18); }

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