#52401E

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

Shades of Madras #52401E

Tints of Madras #52401E

Color information

#52401E (or 0x52401E) is unknown color: approx Madras. HEX triplet: 52, 40 and 1E. RGB value is (82,64,30). Sum of RGB (Red+Green+Blue) = 82+64+30=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #52401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52401E is #ADBFE1. Grayscale: #414141. Windows color (decimal): -11386850 or 1982546. OLE color: 1982546.

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

Color convert

RGB826430-
CMYK00.220.630.68
HSL39.23º46.43%21.96%-
HSV(B)39.23º63.41%32.16%-
XYZ5.555.552.01-
YUV65.51107.96139.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.59%
GREEN value IS 64 (25.39% from 255) = 36.36%
BLUE value IS 30 (12.11% from 255) = 17.05%
R=46.59%
G=36.36%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82643000.220.630.6839.2346.4321.96
Hex52401E0163F44272e16
Octal1221003602677104475626
Binary1010010100000011110010110111111100010010011110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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