#2B1B0E

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

Shades of Cocoa Brown #2B1B0E

Tints of Cocoa Brown #2B1B0E

Color information

#2B1B0E (or 0x2B1B0E) is unknown color: approx Cocoa Brown. HEX triplet: 2B, 1B and 0E. RGB value is (43,27,14). Sum of RGB (Red+Green+Blue) = 43+27+14=84 (11% of max value = 765). Red value is 43 (17.19% from 255 or 51.19% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1B0E is #D4E4F1. Grayscale: #1E1E1E. Windows color (decimal): -13952242 or 924459. OLE color: 924459.

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

Color convert

RGB432714-
CMYK00.370.670.83
HSL26.9º50.88%11.18%-
HSV(B)26.9º67.44%16.86%-
XYZ1.471.330.59-
YUV30.3118.8137.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 51.19%
GREEN value IS 27 (10.94% from 255) = 32.14%
BLUE value IS 14 (5.86% from 255) = 16.67%
R=51.19%
G=32.14%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43271400.370.670.8326.950.8811.18
Hex2B1BE02543531b33b
Octal533316045103123336313
Binary101011110111110010010110000111010011110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,27,14); }

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

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

 a { background-color: rgb(43,27,14); }

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

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

 span { border-color: rgb(43,27,14); }

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