#2C2322

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

Shades of Livid Brown #2C2322

Tints of Livid Brown #2C2322

Color information

#2C2322 (or 0x2C2322) is unknown color: approx Livid Brown. HEX triplet: 2C, 23 and 22. RGB value is (44,35,34). Sum of RGB (Red+Green+Blue) = 44+35+34=113 (14% of max value = 765). Red value is 44 (17.58% from 255 or 38.94% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2322 is #D3DCDD. Grayscale: #252525. Windows color (decimal): -13884638 or 2237228. OLE color: 2237228.

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

Color convert

RGB443534-
CMYK00.200.230.83
HSL12.82%15.29%-
HSV(B)22.73%17.25%-
XYZ1.931.851.77-
YUV37.58125.98132.58-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 38.94%
GREEN value IS 35 (14.06% from 255) = 30.97%
BLUE value IS 34 (13.67% from 255) = 30.09%
R=38.94%
G=30.97%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44353400.200.230.83612.8215.29
Hex2C232201417536df
Octal5443420242712361517
Binary10110010001110001001010010111101001111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,35,34); }

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

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

 a { background-color: rgb(44,35,34); }

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

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

 span { border-color: rgb(44,35,34); }

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