#2B1D11

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

Shades of Cocoa Brown #2B1D11

Tints of Cocoa Brown #2B1D11

Color information

#2B1D11 (or 0x2B1D11) is unknown color: approx Cocoa Brown. HEX triplet: 2B, 1D and 11. RGB value is (43,29,17). Sum of RGB (Red+Green+Blue) = 43+29+17=89 (11% of max value = 765). Red value is 43 (17.19% from 255 or 48.31% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1D11 is #D4E2EE. Grayscale: #1F1F1F. Windows color (decimal): -13951727 or 1121579. OLE color: 1121579.

HSL color Cylindrical-coordinate representation of color #2B1D11: hue angle of 27.69º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B1D11 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.83.

Color convert

RGB432917-
CMYK00.330.600.83
HSL27.69º43.33%11.76%-
HSV(B)27.69º60.47%16.86%-
XYZ1.541.430.73-
YUV31.82119.64135.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 48.31%
GREEN value IS 29 (11.72% from 255) = 32.58%
BLUE value IS 17 (7.03% from 255) = 19.10%
R=48.31%
G=32.58%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43291700.330.600.8327.6943.3311.76
Hex2B1D110213C531c2bc
Octal53352104174123345314
Binary101011111011000101000011111001010011111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,29,17); }

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

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

 a { background-color: rgb(43,29,17); }

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

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

 span { border-color: rgb(43,29,17); }

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