#524111

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

Shades of Madras #524111

Tints of Madras #524111

Color information

#524111 (or 0x524111) is unknown color: approx Madras. HEX triplet: 52, 41 and 11. RGB value is (82,65,17). Sum of RGB (Red+Green+Blue) = 82+65+17=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #524111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524111 is #ADBEEE. Grayscale: #404040. Windows color (decimal): -11386607 or 1130834. OLE color: 1130834.

HSL color Cylindrical-coordinate representation of color #524111: hue angle of 44.31º 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 #524111 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB826517-
CMYK00.210.790.68
HSL44.31º65.66%19.41%-
HSV(B)44.31º79.27%32.16%-
XYZ5.475.611.33-
YUV64.61101.13140.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50%
GREEN value IS 65 (25.78% from 255) = 39.63%
BLUE value IS 17 (7.03% from 255) = 10.37%
R=50%
G=39.63%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82651700.210.790.6844.3165.6619.41
Hex5241110154F442c4213
Octal122101210251171045410223
Binary101001010000011000101010110011111000100101100100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524111; }

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

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

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

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

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

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

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

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