#533F0A

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

Shades of Madras #533F0A

Tints of Madras #533F0A

Color information

#533F0A (or 0x533F0A) is unknown color: approx Madras. HEX triplet: 53, 3F and 0A. RGB value is (83,63,10). Sum of RGB (Red+Green+Blue) = 83+63+10=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #533F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533F0A is #ACC0F5. Grayscale: #3F3F3F. Windows color (decimal): -11321590 or 671571. OLE color: 671571.

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

Color convert

RGB836310-
CMYK00.240.880.67
HSL43.56º78.49%18.24%-
HSV(B)43.56º87.95%32.55%-
XYZ5.45.421.05-
YUV62.9498.13142.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.21%
GREEN value IS 63 (25% from 255) = 40.38%
BLUE value IS 10 (4.30% from 255) = 6.41%
R=53.21%
G=40.38%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83631000.240.880.6743.5678.4918.24
Hex533FA01858432c4e12
Octal12377120301301035411622
Binary1010011111111101001100010110001000011101100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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