#52401F

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

Shades of Madras #52401F

Tints of Madras #52401F

Color information

#52401F (or 0x52401F) is unknown color: approx Madras. HEX triplet: 52, 40 and 1F. RGB value is (82,64,31). Sum of RGB (Red+Green+Blue) = 82+64+31=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #52401F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52401F is #ADBFE0. Grayscale: #414141. Windows color (decimal): -11386849 or 2048082. OLE color: 2048082.

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

Color convert

RGB826431-
CMYK00.220.620.68
HSL38.82º45.13%22.16%-
HSV(B)38.82º62.2%32.16%-
XYZ5.565.562.08-
YUV65.62108.46139.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.33%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 31 (12.5% from 255) = 17.51%
R=46.33%
G=36.16%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82643100.220.620.6838.8245.1322.16
Hex52401F0163E44272d16
Octal1221003702676104475526
Binary1010010100000011111010110111110100010010011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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