#534000

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

Shades of Madras #534000

Tints of Madras #534000

Color information

#534000 (or 0x534000) is unknown color: approx Madras. HEX triplet: 53, 40 and 00. RGB value is (83,64,0). Sum of RGB (Red+Green+Blue) = 83+64+0=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #534000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534000 is #ACBFFF. Grayscale: #3E3E3E. Windows color (decimal): -11321344 or 16467. OLE color: 16467.

HSL color Cylindrical-coordinate representation of color #534000: hue angle of 46.27º 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 #534000 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB83640-
CMYK00.2310.67
HSL46.27º100%16.27%-
HSV(B)46.27º100%32.55%-
XYZ5.45.510.78-
YUV62.3892.79142.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.46%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.46%
G=43.54%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8364000.2310.6746.2710016.27
Hex5340001764432e6410
Octal12310000271441035614420
Binary10100111000000001011111001001000011101110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534000; }

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

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

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

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

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

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

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

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