#524311

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

Shades of Madras #524311

Tints of Madras #524311

Color information

#524311 (or 0x524311) is unknown color: approx Madras. HEX triplet: 52, 43 and 11. RGB value is (82,67,17). Sum of RGB (Red+Green+Blue) = 82+67+17=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #524311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524311 is #ADBCEE. Grayscale: #424242. Windows color (decimal): -11386095 or 1131346. OLE color: 1131346.

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

Color convert

RGB826717-
CMYK00.180.790.68
HSL46.15º65.66%19.41%-
HSV(B)46.15º79.27%32.16%-
XYZ5.595.851.36-
YUV65.78100.47139.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.40%
GREEN value IS 67 (26.56% from 255) = 40.36%
BLUE value IS 17 (7.03% from 255) = 10.24%
R=49.40%
G=40.36%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82671700.180.790.6846.1565.6619.41
Hex5243110124F442e4213
Octal122103210221171045610223
Binary101001010000111000101001010011111000100101110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524311; }

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

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

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

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

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

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

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

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