#524318

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

Shades of Madras #524318

Tints of Madras #524318

Color information

#524318 (or 0x524318) is unknown color: approx Madras. HEX triplet: 52, 43 and 18. RGB value is (82,67,24). Sum of RGB (Red+Green+Blue) = 82+67+24=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #524318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524318 is #ADBCE7. Grayscale: #424242. Windows color (decimal): -11386088 or 1590098. OLE color: 1590098.

HSL color Cylindrical-coordinate representation of color #524318: hue angle of 44.48º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #524318 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.68.

Color convert

RGB826724-
CMYK00.180.710.68
HSL44.48º54.72%20.78%-
HSV(B)44.48º70.73%32.16%-
XYZ5.655.871.7-
YUV66.58103.97139-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.40%
GREEN value IS 67 (26.56% from 255) = 38.73%
BLUE value IS 24 (9.77% from 255) = 13.87%
R=47.40%
G=38.73%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82672400.180.710.6844.4854.7220.78
Hex52431801247442c3715
Octal12210330022107104546725
Binary10100101000011110000100101000111100010010110011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524318; }

 p { color: rgb(82,67,24); }

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

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

 a { background-color: rgb(82,67,24); }

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

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

 span { border-color: rgb(82,67,24); }

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