#534301

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

Shades of Madras #534301

Tints of Madras #534301

Color information

#534301 (or 0x534301) is unknown color: approx Madras. HEX triplet: 53, 43 and 01. RGB value is (83,67,1). Sum of RGB (Red+Green+Blue) = 83+67+1=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #534301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534301 is #ACBCFE. Grayscale: #404040. Windows color (decimal): -11320575 or 82771. OLE color: 82771.

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

Color convert

RGB83671-
CMYK00.190.990.67
HSL48.29º97.62%16.47%-
HSV(B)48.29º98.8%32.55%-
XYZ5.585.860.86-
YUV64.2692.3141.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.97%
GREEN value IS 67 (26.56% from 255) = 44.37%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=54.97%
G=44.37%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8367100.190.990.6748.2997.6216.47
Hex534310136343306210
Octal12310310231431036014220
Binary10100111000011101001111000111000011110000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534301; }

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

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

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

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

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

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

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

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