#412524

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

Shades of Livid Brown #412524

Tints of Livid Brown #412524

Color information

#412524 (or 0x412524) is unknown color: approx Livid Brown. HEX triplet: 41, 25 and 24. RGB value is (65,37,36). Sum of RGB (Red+Green+Blue) = 65+37+36=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #412524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412524 is #BEDADB. Grayscale: #2D2D2D. Windows color (decimal): -12507868 or 2368833. OLE color: 2368833.

HSL color Cylindrical-coordinate representation of color #412524: hue angle of 2.07º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #412524 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB653736-
CMYK00.430.450.75
HSL2.07º28.71%19.8%-
HSV(B)2.07º44.62%25.49%-
XYZ3.162.572-
YUV45.26122.78142.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=47.10%
G=26.81%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65373600.430.450.752.0728.7119.8
Hex41252402B2D4B21d14
Octal10145440535511323524
Binary100000110010110010001010111011011001011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412524; }

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

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

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

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

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

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

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

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