#523B06

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

Shades of Madras #523B06

Tints of Madras #523B06

Color information

#523B06 (or 0x523B06) is unknown color: approx Madras. HEX triplet: 52, 3B and 06. RGB value is (82,59,6). Sum of RGB (Red+Green+Blue) = 82+59+6=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #523B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523B06 is #ADC4F9. Grayscale: #3C3C3C. Windows color (decimal): -11388154 or 408402. OLE color: 408402.

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

Color convert

RGB82596-
CMYK00.280.930.68
HSL41.84º86.36%17.25%-
HSV(B)41.84º92.68%32.16%-
XYZ5.084.930.86-
YUV59.8397.62143.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.78%
GREEN value IS 59 (23.44% from 255) = 40.14%
BLUE value IS 6 (2.73% from 255) = 4.08%
R=55.78%
G=40.14%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8259600.280.930.6841.8486.3617.25
Hex523B601C5D442a5611
Octal1227360341351045212621
Binary101001011101111001110010111011000100101010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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