#533C03

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

Shades of Madras #533C03

Tints of Madras #533C03

Color information

#533C03 (or 0x533C03) is unknown color: approx Madras. HEX triplet: 53, 3C and 03. RGB value is (83,60,3). Sum of RGB (Red+Green+Blue) = 83+60+3=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #533C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533C03 is #ACC3FC. Grayscale: #3C3C3C. Windows color (decimal): -11322365 or 212051. OLE color: 212051.

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

Color convert

RGB83603-
CMYK00.280.960.67
HSL42.75º93.02%16.86%-
HSV(B)42.75º96.39%32.55%-
XYZ5.25.080.79-
YUV60.3895.62144.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.85%
GREEN value IS 60 (23.83% from 255) = 41.10%
BLUE value IS 3 (1.56% from 255) = 2.05%
R=56.85%
G=41.10%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8360300.280.960.6742.7593.0216.86
Hex533C301C60432b5d11
Octal1237430341401035313521
Binary10100111111001101110011000001000011101011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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