#534008

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

Shades of Madras #534008

Tints of Madras #534008

Color information

#534008 (or 0x534008) is unknown color: approx Madras. HEX triplet: 53, 40 and 08. RGB value is (83,64,8). Sum of RGB (Red+Green+Blue) = 83+64+8=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #534008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534008 is #ACBFF7. Grayscale: #3F3F3F. Windows color (decimal): -11321336 or 540755. OLE color: 540755.

HSL color Cylindrical-coordinate representation of color #534008: hue angle of 44.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #534008 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB83648-
CMYK00.230.900.67
HSL44.8º82.42%17.84%-
HSV(B)44.8º90.36%32.55%-
XYZ5.445.521.01-
YUV63.396.79142.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 8 (3.52% from 255) = 5.16%
R=53.55%
G=41.29%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8364800.230.900.6744.882.4217.84
Hex534080175A432d5212
Octal123100100271321035512222
Binary10100111000000100001011110110101000011101101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534008; }

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

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

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

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

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

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

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

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