#292524

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

Shades of Livid Brown #292524

Tints of Livid Brown #292524

Color information

#292524 (or 0x292524) is unknown color: approx Livid Brown. HEX triplet: 29, 25 and 24. RGB value is (41,37,36). Sum of RGB (Red+Green+Blue) = 41+37+36=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 41 - color contains mainly: red. Hex color #292524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292524 is #D6DADB. Grayscale: #262626. Windows color (decimal): -14080732 or 2368809. OLE color: 2368809.

HSL color Cylindrical-coordinate representation of color #292524: hue angle of 12º degrees, saturation: 0.06, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #292524 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB413736-
CMYK00.100.120.84
HSL12º6.49%15.1%-
HSV(B)12º12.2%16.08%-
XYZ1.891.921.94-
YUV38.08126.83130.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.96%
GREEN value IS 37 (14.84% from 255) = 32.46%
BLUE value IS 36 (14.45% from 255) = 31.58%
R=35.96%
G=32.46%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41373600.100.120.84126.4915.1
Hex2925240AC54c6f
Octal5145440121412414617
Binary101001100101100100010101100101010011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292524; }

 p { color: rgb(41,37,36); }

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

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

 a { background-color: rgb(41,37,36); }

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

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

 span { border-color: rgb(41,37,36); }

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