#523B12

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

Shades of Madras #523B12

Tints of Madras #523B12

Color information

#523B12 (or 0x523B12) is unknown color: approx Madras. HEX triplet: 52, 3B and 12. RGB value is (82,59,18). Sum of RGB (Red+Green+Blue) = 82+59+18=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #523B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523B12 is #ADC4ED. Grayscale: #3D3D3D. Windows color (decimal): -11388142 or 1194834. OLE color: 1194834.

HSL color Cylindrical-coordinate representation of color #523B12: hue angle of 38.44º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #523B12 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB825918-
CMYK00.280.780.68
HSL38.44º64%19.61%-
HSV(B)38.44º78.05%32.16%-
XYZ5.154.971.26-
YUV61.2103.62142.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.57%
GREEN value IS 59 (23.44% from 255) = 37.11%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=51.57%
G=37.11%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82591800.280.780.6838.446419.61
Hex523B1201C4E44264014
Octal12273220341161044610024
Binary10100101110111001001110010011101000100100110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,59,18); }

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

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

 a { background-color: rgb(82,59,18); }

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

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

 span { border-color: rgb(82,59,18); }

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