#533E0E

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

Shades of Madras #533E0E

Tints of Madras #533E0E

Color information

#533E0E (or 0x533E0E) is unknown color: approx Madras. HEX triplet: 53, 3E and 0E. RGB value is (83,62,14). Sum of RGB (Red+Green+Blue) = 83+62+14=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #533E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533E0E is #ACC1F1. Grayscale: #3F3F3F. Windows color (decimal): -11321842 or 933459. OLE color: 933459.

HSL color Cylindrical-coordinate representation of color #533E0E: hue angle of 41.74º 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 #533E0E is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB836214-
CMYK00.250.830.67
HSL41.74º71.13%19.02%-
HSV(B)41.74º83.13%32.55%-
XYZ5.375.321.16-
YUV62.81100.46142.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 62 (24.61% from 255) = 38.99%
BLUE value IS 14 (5.86% from 255) = 8.81%
R=52.20%
G=38.99%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83621400.250.830.6741.7471.1319.02
Hex533EE01953432a4713
Octal12376160311231035210723
Binary1010011111110111001100110100111000011101010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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