#2B1F14

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

Shades of Cocoa Brown #2B1F14

Tints of Cocoa Brown #2B1F14

Color information

#2B1F14 (or 0x2B1F14) is unknown color: approx Cocoa Brown. HEX triplet: 2B, 1F and 14. RGB value is (43,31,20). Sum of RGB (Red+Green+Blue) = 43+31+20=94 (12% of max value = 765). Red value is 43 (17.19% from 255 or 45.74% from 94); Green value is 31 (12.5% from 255 or 32.98% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1F14 is #D4E0EB. Grayscale: #212121. Windows color (decimal): -13951212 or 1318699. OLE color: 1318699.

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

Color convert

RGB433120-
CMYK00.280.530.83
HSL28.7º36.51%12.35%-
HSV(B)28.7º53.49%16.86%-
XYZ1.611.540.87-
YUV33.33120.48134.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 45.74%
GREEN value IS 31 (12.5% from 255) = 32.98%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=45.74%
G=32.98%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43312000.280.530.8328.736.5112.35
Hex2B1F1401C35531d25c
Octal53372403465123354514
Binary10101111111101000111001101011010011111011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,31,20); }

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

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

 a { background-color: rgb(43,31,20); }

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

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

 span { border-color: rgb(43,31,20); }

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