#2B1600

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

Shades of Cocoa Brown #2B1600

Tints of Cocoa Brown #2B1600

Color information

#2B1600 (or 0x2B1600) is unknown color: approx Cocoa Brown. HEX triplet: 2B, 16 and 00. RGB value is (43,22,0). Sum of RGB (Red+Green+Blue) = 43+22+0=65 (8% of max value = 765). Red value is 43 (17.19% from 255 or 66.15% from 65); Green value is 22 (8.98% from 255 or 33.85% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1600 is #D4E9FF. Grayscale: #191919. Windows color (decimal): -13953536 or 5675. OLE color: 5675.

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

Color convert

RGB43220-
CMYK00.4910.83
HSL30.7º100%8.43%-
HSV(B)30.7º100%16.86%-
XYZ1.281.090.14-
YUV25.77113.46140.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 66.15%
GREEN value IS 22 (8.98% from 255) = 33.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.15%
G=33.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4322000.4910.8330.71008.43
Hex2B16003164531f648
Octal532600611441233714410
Binary1010111011000110001110010010100111111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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