#2C2827

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

Shades of Livid Brown #2C2827

Tints of Livid Brown #2C2827

Color information

#2C2827 (or 0x2C2827) is unknown color: approx Livid Brown. HEX triplet: 2C, 28 and 27. RGB value is (44,40,39). Sum of RGB (Red+Green+Blue) = 44+40+39=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2827 is #D3D7D8. Grayscale: #292929. Windows color (decimal): -13883353 or 2566188. OLE color: 2566188.

HSL color Cylindrical-coordinate representation of color #2C2827: hue angle of 12º degrees, saturation: 0.06, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #2C2827 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.83.

Color convert

RGB444039-
CMYK00.090.110.83
HSL12º6.02%16.27%-
HSV(B)12º11.36%17.25%-
XYZ2.162.22.23-
YUV41.08126.83130.08-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 35.77%
GREEN value IS 40 (16.02% from 255) = 32.52%
BLUE value IS 39 (15.62% from 255) = 31.71%
R=35.77%
G=32.52%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44403900.090.110.83126.0216.27
Hex2C282709B53c610
Octal5450470111312314620
Binary1011001010001001110100110111010011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,40,39); }

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

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

 a { background-color: rgb(44,40,39); }

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

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

 span { border-color: rgb(44,40,39); }

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