#2B2220

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

Shades of Livid Brown #2B2220

Tints of Livid Brown #2B2220

Color information

#2B2220 (or 0x2B2220) is unknown color: approx Livid Brown. HEX triplet: 2B, 22 and 20. RGB value is (43,34,32). Sum of RGB (Red+Green+Blue) = 43+34+32=109 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.45% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2220 is #D4DDDF. Grayscale: #242424. Windows color (decimal): -13950432 or 2105899. OLE color: 2105899.

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

Color convert

RGB433432-
CMYK00.210.260.83
HSL10.91º14.67%14.71%-
HSV(B)10.91º25.58%16.86%-
XYZ1.831.761.61-
YUV36.46125.48132.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 39.45%
GREEN value IS 34 (13.67% from 255) = 31.19%
BLUE value IS 32 (12.89% from 255) = 29.36%
R=39.45%
G=31.19%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43343200.210.260.8310.9114.6714.71
Hex2B22200151A53bff
Octal53424002532123131717
Binary101011100010100000010101110101010011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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