#533C11

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

Shades of Madras #533C11

Tints of Madras #533C11

Color information

#533C11 (or 0x533C11) is unknown color: approx Madras. HEX triplet: 53, 3C and 11. RGB value is (83,60,17). Sum of RGB (Red+Green+Blue) = 83+60+17=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #533C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533C11 is #ACC3EE. Grayscale: #3E3E3E. Windows color (decimal): -11322351 or 1129555. OLE color: 1129555.

HSL color Cylindrical-coordinate representation of color #533C11: hue angle of 39.09º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #533C11 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB836017-
CMYK00.280.800.67
HSL39.09º66%19.61%-
HSV(B)39.09º79.52%32.55%-
XYZ5.285.111.24-
YUV61.98102.62143-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 60 (23.83% from 255) = 37.5%
BLUE value IS 17 (7.03% from 255) = 10.62%
R=51.88%
G=37.5%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83601700.280.800.6739.096619.61
Hex533C1101C5043274214
Octal12374210341201034710224
Binary10100111111001000101110010100001000011100111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,60,17); }

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

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

 a { background-color: rgb(83,60,17); }

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

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

 span { border-color: rgb(83,60,17); }

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