#523C0E

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

Shades of Madras #523C0E

Tints of Madras #523C0E

Color information

#523C0E (or 0x523C0E) is unknown color: approx Madras. HEX triplet: 52, 3C and 0E. RGB value is (82,60,14). Sum of RGB (Red+Green+Blue) = 82+60+14=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #523C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523C0E is #ADC3F1. Grayscale: #3D3D3D. Windows color (decimal): -11387890 or 932946. OLE color: 932946.

HSL color Cylindrical-coordinate representation of color #523C0E: hue angle of 40.59º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #523C0E is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB826014-
CMYK00.270.830.68
HSL40.59º70.83%18.82%-
HSV(B)40.59º82.93%32.16%-
XYZ5.175.061.12-
YUV61.33101.29142.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.56%
GREEN value IS 60 (23.83% from 255) = 38.46%
BLUE value IS 14 (5.86% from 255) = 8.97%
R=52.56%
G=38.46%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82601400.270.830.6840.5970.8318.82
Hex523CE01B5344294713
Octal12274160331231045110723
Binary1010010111100111001101110100111000100101001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,60,14); }

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

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

 a { background-color: rgb(82,60,14); }

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

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

 span { border-color: rgb(82,60,14); }

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