#52431E

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

Shades of Madras #52431E

Tints of Madras #52431E

Color information

#52431E (or 0x52431E) is unknown color: approx Madras. HEX triplet: 52, 43 and 1E. RGB value is (82,67,30). Sum of RGB (Red+Green+Blue) = 82+67+30=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #52431E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52431E is #ADBCE1. Grayscale: #434343. Windows color (decimal): -11386082 or 1983314. OLE color: 1983314.

HSL color Cylindrical-coordinate representation of color #52431E: hue angle of 42.69º 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 #52431E is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB826730-
CMYK00.180.630.68
HSL42.69º46.43%21.96%-
HSV(B)42.69º63.41%32.16%-
XYZ5.725.92.07-
YUV67.27106.97138.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.81%
GREEN value IS 67 (26.56% from 255) = 37.43%
BLUE value IS 30 (12.11% from 255) = 16.76%
R=45.81%
G=37.43%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82673000.180.630.6842.6946.4321.96
Hex52431E0123F442b2e16
Octal1221033602277104535626
Binary1010010100001111110010010111111100010010101110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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