#534408

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

Shades of Madras #534408

Tints of Madras #534408

Color information

#534408 (or 0x534408) is unknown color: approx Madras. HEX triplet: 53, 44 and 08. RGB value is (83,68,8). Sum of RGB (Red+Green+Blue) = 83+68+8=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #534408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534408 is #ACBBF7. Grayscale: #414141. Windows color (decimal): -11320312 or 541779. OLE color: 541779.

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

Color convert

RGB83688-
CMYK00.180.900.67
HSL48º82.42%17.84%-
HSV(B)48º90.36%32.55%-
XYZ5.685.991.09-
YUV65.6595.47140.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 68 (26.95% from 255) = 42.77%
BLUE value IS 8 (3.52% from 255) = 5.03%
R=52.20%
G=42.77%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8368800.180.900.674882.4217.84
Hex534480125A43305212
Octal123104100221321036012222
Binary10100111000100100001001010110101000011110000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534408; }

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

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

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

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

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

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

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

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