#533F11

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

Shades of Madras #533F11

Tints of Madras #533F11

Color information

#533F11 (or 0x533F11) is unknown color: approx Madras. HEX triplet: 53, 3F and 11. RGB value is (83,63,17). Sum of RGB (Red+Green+Blue) = 83+63+17=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #533F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533F11 is #ACC0EE. Grayscale: #3F3F3F. Windows color (decimal): -11321583 or 1130323. OLE color: 1130323.

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

Color convert

RGB836317-
CMYK00.240.800.67
HSL41.82º66%19.61%-
HSV(B)41.82º79.52%32.55%-
XYZ5.455.431.29-
YUV63.74101.63141.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 63 (25% from 255) = 38.65%
BLUE value IS 17 (7.03% from 255) = 10.43%
R=50.92%
G=38.65%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83631700.240.800.6741.826619.61
Hex533F1101850432a4214
Octal12377210301201035210224
Binary10100111111111000101100010100001000011101010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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