#533D14

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

Shades of Madras #533D14

Tints of Madras #533D14

Color information

#533D14 (or 0x533D14) is unknown color: approx Madras. HEX triplet: 53, 3D and 14. RGB value is (83,61,20). Sum of RGB (Red+Green+Blue) = 83+61+20=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #533D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533D14 is #ACC2EB. Grayscale: #3F3F3F. Windows color (decimal): -11322092 or 1326419. OLE color: 1326419.

HSL color Cylindrical-coordinate representation of color #533D14: hue angle of 39.05º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #533D14 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB836120-
CMYK00.270.760.67
HSL39.05º61.17%20.2%-
HSV(B)39.05º75.9%32.55%-
XYZ5.365.231.39-
YUV62.9103.79142.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.61%
GREEN value IS 61 (24.22% from 255) = 37.20%
BLUE value IS 20 (8.20% from 255) = 12.20%
R=50.61%
G=37.20%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83612000.270.760.6739.0561.1720.2
Hex533D1401B4C43273d14
Octal1237524033114103477524
Binary1010011111101101000110111001100100001110011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533D14; }

 p { color: rgb(83,61,20); }

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

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

 a { background-color: rgb(83,61,20); }

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

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

 span { border-color: rgb(83,61,20); }

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