#533C01

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

Shades of Madras #533C01

Tints of Madras #533C01

Color information

#533C01 (or 0x533C01) is unknown color: approx Madras. HEX triplet: 53, 3C and 01. RGB value is (83,60,1). Sum of RGB (Red+Green+Blue) = 83+60+1=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #533C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533C01 is #ACC3FE. Grayscale: #3C3C3C. Windows color (decimal): -11322367 or 80979. OLE color: 80979.

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

Color convert

RGB83601-
CMYK00.280.990.67
HSL43.17º97.62%16.47%-
HSV(B)43.17º98.8%32.55%-
XYZ5.195.070.73-
YUV60.1594.62144.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.64%
GREEN value IS 60 (23.83% from 255) = 41.67%
BLUE value IS 1 (0.78% from 255) = 0.69%
R=57.64%
G=41.67%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8360100.280.990.6743.1797.6216.47
Hex533C101C63432b6210
Octal1237410341431035314220
Binary1010011111100101110011000111000011101011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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