#524301

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

Shades of Madras #524301

Tints of Madras #524301

Color information

#524301 (or 0x524301) is unknown color: approx Madras. HEX triplet: 52, 43 and 01. RGB value is (82,67,1). Sum of RGB (Red+Green+Blue) = 82+67+1=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #524301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524301 is #ADBCFE. Grayscale: #404040. Windows color (decimal): -11386111 or 82770. OLE color: 82770.

HSL color Cylindrical-coordinate representation of color #524301: hue angle of 48.89º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #524301 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB82671-
CMYK00.180.990.68
HSL48.89º97.59%16.27%-
HSV(B)48.89º98.78%32.16%-
XYZ5.495.810.86-
YUV63.9692.47140.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 54.67%
GREEN value IS 67 (26.56% from 255) = 44.67%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=54.67%
G=44.67%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8267100.180.990.6848.8997.5916.27
Hex524310126344316210
Octal12210310221431046114220
Binary10100101000011101001011000111000100110001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524301; }

 p { color: rgb(82,67,1); }

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

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

 a { background-color: rgb(82,67,1); }

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

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

 span { border-color: rgb(82,67,1); }

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