#2B221A

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

Shades of Cocoa Brown #2B221A

Tints of Cocoa Brown #2B221A

Color information

#2B221A (or 0x2B221A) is unknown color: approx Cocoa Brown. HEX triplet: 2B, 22 and 1A. RGB value is (43,34,26). Sum of RGB (Red+Green+Blue) = 43+34+26=103 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.75% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 43 - color contains mainly: red. Hex color #2B221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B221A is #D4DDE5. Grayscale: #232323. Windows color (decimal): -13950438 or 1712683. OLE color: 1712683.

HSL color Cylindrical-coordinate representation of color #2B221A: hue angle of 28.24º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B221A is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.83.

Color convert

RGB433426-
CMYK00.210.400.83
HSL28.24º24.64%13.53%-
HSV(B)28.24º39.53%16.86%-
XYZ1.751.731.22-
YUV35.78122.48133.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 41.75%
GREEN value IS 34 (13.67% from 255) = 33.01%
BLUE value IS 26 (10.55% from 255) = 25.24%
R=41.75%
G=33.01%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43342600.210.400.8328.2424.6413.53
Hex2B221A01528531c19e
Octal53423202550123343116
Binary10101110001011010010101101000101001111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,34,26); }

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

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

 a { background-color: rgb(43,34,26); }

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

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

 span { border-color: rgb(43,34,26); }

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