#52401C

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

Shades of Madras #52401C

Tints of Madras #52401C

Color information

#52401C (or 0x52401C) is unknown color: approx Madras. HEX triplet: 52, 40 and 1C. RGB value is (82,64,28). Sum of RGB (Red+Green+Blue) = 82+64+28=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #52401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52401C is #ADBFE3. Grayscale: #414141. Windows color (decimal): -11386852 or 1851474. OLE color: 1851474.

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

Color convert

RGB826428-
CMYK00.220.660.68
HSL40º49.09%21.57%-
HSV(B)40º65.85%32.16%-
XYZ5.525.541.88-
YUV65.28106.96139.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.13%
GREEN value IS 64 (25.39% from 255) = 36.78%
BLUE value IS 28 (11.33% from 255) = 16.09%
R=47.13%
G=36.78%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82642800.220.660.684049.0921.57
Hex52401C0164244283116
Octal12210034026102104506126
Binary10100101000000111000101101000010100010010100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52401C; }

 p { color: rgb(82,64,28); }

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

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

 a { background-color: rgb(82,64,28); }

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

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

 span { border-color: rgb(82,64,28); }

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