#533F12

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

Shades of Madras #533F12

Tints of Madras #533F12

Color information

#533F12 (or 0x533F12) is unknown color: approx Madras. HEX triplet: 53, 3F and 12. RGB value is (83,63,18). Sum of RGB (Red+Green+Blue) = 83+63+18=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #533F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533F12 is #ACC0ED. Grayscale: #404040. Windows color (decimal): -11321582 or 1195859. OLE color: 1195859.

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

Color convert

RGB836318-
CMYK00.240.780.67
HSL41.54º64.36%19.8%-
HSV(B)41.54º78.31%32.55%-
XYZ5.455.441.33-
YUV63.85102.13141.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.61%
GREEN value IS 63 (25% from 255) = 38.41%
BLUE value IS 18 (7.42% from 255) = 10.98%
R=50.61%
G=38.41%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83631800.240.780.6741.5464.3619.8
Hex533F120184E432a4014
Octal12377220301161035210024
Binary10100111111111001001100010011101000011101010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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