#533C02

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

Shades of Madras #533C02

Tints of Madras #533C02

Color information

#533C02 (or 0x533C02) is unknown color: approx Madras. HEX triplet: 53, 3C and 02. RGB value is (83,60,2). Sum of RGB (Red+Green+Blue) = 83+60+2=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #533C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533C02 is #ACC3FD. Grayscale: #3C3C3C. Windows color (decimal): -11322366 or 146515. OLE color: 146515.

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

Color convert

RGB83602-
CMYK00.280.980.67
HSL42.96º95.29%16.67%-
HSV(B)42.96º97.59%32.55%-
XYZ5.195.080.76-
YUV60.2695.12144.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.24%
GREEN value IS 60 (23.83% from 255) = 41.38%
BLUE value IS 2 (1.17% from 255) = 1.38%
R=57.24%
G=41.38%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8360200.280.980.6742.9695.2916.67
Hex533C201C62432b5f11
Octal1237420341421035313721
Binary10100111111001001110011000101000011101011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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