#533C14

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

Shades of Madras #533C14

Tints of Madras #533C14

Color information

#533C14 (or 0x533C14) is unknown color: approx Madras. HEX triplet: 53, 3C and 14. RGB value is (83,60,20). Sum of RGB (Red+Green+Blue) = 83+60+20=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #533C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533C14 is #ACC3EB. Grayscale: #3E3E3E. Windows color (decimal): -11322348 or 1326163. OLE color: 1326163.

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

Color convert

RGB836020-
CMYK00.280.760.67
HSL38.1º61.17%20.2%-
HSV(B)38.1º75.9%32.55%-
XYZ5.315.121.37-
YUV62.32104.12142.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 60 (23.83% from 255) = 36.81%
BLUE value IS 20 (8.20% from 255) = 12.27%
R=50.92%
G=36.81%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83602000.280.760.6738.161.1720.2
Hex533C1401C4C43263d14
Octal1237424034114103467524
Binary1010011111100101000111001001100100001110011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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