#2C2423

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

Shades of Livid Brown #2C2423

Tints of Livid Brown #2C2423

Color information

#2C2423 (or 0x2C2423) is unknown color: approx Livid Brown. HEX triplet: 2C, 24 and 23. RGB value is (44,36,35). Sum of RGB (Red+Green+Blue) = 44+36+35=115 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.26% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2423 is #D3DBDC. Grayscale: #262626. Windows color (decimal): -13884381 or 2303020. OLE color: 2303020.

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

Color convert

RGB443635-
CMYK00.180.200.83
HSL6.67º11.39%15.49%-
HSV(B)6.67º20.45%17.25%-
XYZ1.971.921.86-
YUV38.28126.15132.08-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 38.26%
GREEN value IS 36 (14.45% from 255) = 31.30%
BLUE value IS 35 (14.06% from 255) = 30.43%
R=38.26%
G=31.30%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44363500.180.200.836.6711.3915.49
Hex2C242301214537bf
Octal5444430222412371317
Binary10110010010010001101001010100101001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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