#524222

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

Shades of Madras #524222

Tints of Madras #524222

Color information

#524222 (or 0x524222) is unknown color: approx Madras. HEX triplet: 52, 42 and 22. RGB value is (82,66,34). Sum of RGB (Red+Green+Blue) = 82+66+34=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #524222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524222 is #ADBDDD. Grayscale: #434343. Windows color (decimal): -11386334 or 2245202. OLE color: 2245202.

HSL color Cylindrical-coordinate representation of color #524222: hue angle of 40º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #524222 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB826634-
CMYK00.200.590.68
HSL40º41.38%22.75%-
HSV(B)40º58.54%32.16%-
XYZ5.725.812.33-
YUV67.14109.3138.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.05%
GREEN value IS 66 (26.17% from 255) = 36.26%
BLUE value IS 34 (13.67% from 255) = 18.68%
R=45.05%
G=36.26%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82663400.200.590.684041.3822.75
Hex5242220143B44282917
Octal1221024202473104505127
Binary10100101000010100010010100111011100010010100010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524222; }

 p { color: rgb(82,66,34); }

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

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

 a { background-color: rgb(82,66,34); }

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

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

 span { border-color: rgb(82,66,34); }

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