#534500

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

Shades of Madras #534500

Tints of Madras #534500

Color information

#534500 (or 0x534500) is unknown color: approx Madras. HEX triplet: 53, 45 and 00. RGB value is (83,69,0). Sum of RGB (Red+Green+Blue) = 83+69+0=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #534500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534500 is #ACBAFF. Grayscale: #414141. Windows color (decimal): -11320064 or 17747. OLE color: 17747.

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

Color convert

RGB83690-
CMYK00.1710.67
HSL49.88º100%16.27%-
HSV(B)49.88º100%32.55%-
XYZ5.76.10.88-
YUV65.3291.14140.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.61%
GREEN value IS 69 (27.34% from 255) = 45.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.61%
G=45.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8369000.1710.6749.8810016.27
Hex534500116443326410
Octal12310500211441036214420
Binary10100111000101001000111001001000011110010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534500; }

 p { color: rgb(83,69,0); }

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

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

 a { background-color: rgb(83,69,0); }

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

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

 span { border-color: rgb(83,69,0); }

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