#2B1605

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

Shades of Cocoa Brown #2B1605

Tints of Cocoa Brown #2B1605

Color information

#2B1605 (or 0x2B1605) is unknown color: approx Cocoa Brown. HEX triplet: 2B, 16 and 05. RGB value is (43,22,5). Sum of RGB (Red+Green+Blue) = 43+22+5=70 (9% of max value = 765). Red value is 43 (17.19% from 255 or 61.43% from 70); Green value is 22 (8.98% from 255 or 31.43% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1605 is #D4E9FA. Grayscale: #1A1A1A. Windows color (decimal): -13953531 or 333355. OLE color: 333355.

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

Color convert

RGB43225-
CMYK00.490.880.83
HSL26.84º79.17%9.41%-
HSV(B)26.84º88.37%16.86%-
XYZ1.311.10.29-
YUV26.34115.96139.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 61.43%
GREEN value IS 22 (8.98% from 255) = 31.43%
BLUE value IS 5 (2.34% from 255) = 7.14%
R=61.43%
G=31.43%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4322500.490.880.8326.8479.179.41
Hex2B16503158531b4f9
Octal532650611301233311711
Binary101011101101010110001101100010100111101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,22,5); }

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

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

 a { background-color: rgb(43,22,5); }

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

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

 span { border-color: rgb(43,22,5); }

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