#53400E

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

Shades of Madras #53400E

Tints of Madras #53400E

Color information

#53400E (or 0x53400E) is unknown color: approx Madras. HEX triplet: 53, 40 and 0E. RGB value is (83,64,14). Sum of RGB (Red+Green+Blue) = 83+64+14=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53400E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53400E is #ACBFF1. Grayscale: #404040. Windows color (decimal): -11321330 or 933971. OLE color: 933971.

HSL color Cylindrical-coordinate representation of color #53400E: hue angle of 43.48º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53400E is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB836414-
CMYK00.230.830.67
HSL43.48º71.13%19.02%-
HSV(B)43.48º83.13%32.55%-
XYZ5.485.541.2-
YUV63.9899.79141.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 64 (25.39% from 255) = 39.75%
BLUE value IS 14 (5.86% from 255) = 8.70%
R=51.55%
G=39.75%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83641400.230.830.6743.4871.1319.02
Hex5340E01753432b4713
Octal123100160271231035310723
Binary10100111000000111001011110100111000011101011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53400E; }

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

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

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

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

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

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

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

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