#523E1B

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

Shades of Madras #523E1B

Tints of Madras #523E1B

Color information

#523E1B (or 0x523E1B) is unknown color: approx Madras. HEX triplet: 52, 3E and 1B. RGB value is (82,62,27). Sum of RGB (Red+Green+Blue) = 82+62+27=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #523E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523E1B is #ADC1E4. Grayscale: #404040. Windows color (decimal): -11387365 or 1785426. OLE color: 1785426.

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

Color convert

RGB826227-
CMYK00.240.670.68
HSL38.18º50.46%21.37%-
HSV(B)38.18º67.07%32.16%-
XYZ5.45.321.78-
YUV63.99107.13140.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.95%
GREEN value IS 62 (24.61% from 255) = 36.26%
BLUE value IS 27 (10.94% from 255) = 15.79%
R=47.95%
G=36.26%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82622700.240.670.6838.1850.4621.37
Hex523E1B0184344263215
Octal1227633030103104466225
Binary1010010111110110110110001000011100010010011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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