#533F15

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

Shades of Madras #533F15

Tints of Madras #533F15

Color information

#533F15 (or 0x533F15) is unknown color: approx Madras. HEX triplet: 53, 3F and 15. RGB value is (83,63,21). Sum of RGB (Red+Green+Blue) = 83+63+21=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #533F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533F15 is #ACC0EA. Grayscale: #404040. Windows color (decimal): -11321579 or 1392467. OLE color: 1392467.

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

Color convert

RGB836321-
CMYK00.240.750.67
HSL40.65º59.62%20.39%-
HSV(B)40.65º74.7%32.55%-
XYZ5.485.451.47-
YUV64.19103.63141.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 63 (25% from 255) = 37.72%
BLUE value IS 21 (8.59% from 255) = 12.57%
R=49.70%
G=37.72%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83632100.240.750.6740.6559.6220.39
Hex533F150184B43293c14
Octal1237725030113103517424
Binary1010011111111101010110001001011100001110100111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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