#52401B

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

Shades of Madras #52401B

Tints of Madras #52401B

Color information

#52401B (or 0x52401B) is unknown color: approx Madras. HEX triplet: 52, 40 and 1B. RGB value is (82,64,27). Sum of RGB (Red+Green+Blue) = 82+64+27=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #52401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52401B is #ADBFE4. Grayscale: #414141. Windows color (decimal): -11386853 or 1785938. OLE color: 1785938.

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

Color convert

RGB826427-
CMYK00.220.670.68
HSL40.36º50.46%21.37%-
HSV(B)40.36º67.07%32.16%-
XYZ5.515.541.82-
YUV65.16106.46140.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.40%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 27 (10.94% from 255) = 15.61%
R=47.40%
G=36.99%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82642700.220.670.6840.3650.4621.37
Hex52401B0164344283215
Octal12210033026103104506225
Binary10100101000000110110101101000011100010010100011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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