#523E08

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

Shades of Madras #523E08

Tints of Madras #523E08

Color information

#523E08 (or 0x523E08) is unknown color: approx Madras. HEX triplet: 52, 3E and 08. RGB value is (82,62,8). Sum of RGB (Red+Green+Blue) = 82+62+8=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #523E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523E08 is #ADC1F7. Grayscale: #3E3E3E. Windows color (decimal): -11387384 or 540242. OLE color: 540242.

HSL color Cylindrical-coordinate representation of color #523E08: hue angle of 43.78º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #523E08 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB82628-
CMYK00.240.900.68
HSL43.78º82.22%17.65%-
HSV(B)43.78º90.24%32.16%-
XYZ5.255.260.97-
YUV61.8297.63142.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.95%
GREEN value IS 62 (24.61% from 255) = 40.79%
BLUE value IS 8 (3.52% from 255) = 5.26%
R=53.95%
G=40.79%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8262800.240.900.6843.7882.2217.65
Hex523E80185A442c5212
Octal12276100301321045412222
Binary1010010111110100001100010110101000100101100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523E08; }

 p { color: rgb(82,62,8); }

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

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

 a { background-color: rgb(82,62,8); }

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

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

 span { border-color: rgb(82,62,8); }

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