#523E1D

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

Shades of Madras #523E1D

Tints of Madras #523E1D

Color information

#523E1D (or 0x523E1D) is unknown color: approx Madras. HEX triplet: 52, 3E and 1D. RGB value is (82,62,29). Sum of RGB (Red+Green+Blue) = 82+62+29=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #523E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523E1D is #ADC1E2. Grayscale: #404040. Windows color (decimal): -11387363 or 1916498. OLE color: 1916498.

HSL color Cylindrical-coordinate representation of color #523E1D: hue angle of 37.36º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #523E1D is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB826229-
CMYK00.240.650.68
HSL37.36º47.75%21.76%-
HSV(B)37.36º64.63%32.16%-
XYZ5.425.331.9-
YUV64.22108.13140.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.40%
GREEN value IS 62 (24.61% from 255) = 35.84%
BLUE value IS 29 (11.72% from 255) = 16.76%
R=47.40%
G=35.84%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82622900.240.650.6837.3647.7521.76
Hex523E1D0184144253016
Octal1227635030101104456026
Binary1010010111110111010110001000001100010010010111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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