#533F02

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

Shades of Madras #533F02

Tints of Madras #533F02

Color information

#533F02 (or 0x533F02) is unknown color: approx Madras. HEX triplet: 53, 3F and 02. RGB value is (83,63,2). Sum of RGB (Red+Green+Blue) = 83+63+2=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #533F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533F02 is #ACC0FD. Grayscale: #3E3E3E. Windows color (decimal): -11321598 or 147283. OLE color: 147283.

HSL color Cylindrical-coordinate representation of color #533F02: hue angle of 45.19º 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 #533F02 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB83632-
CMYK00.240.980.67
HSL45.19º95.29%16.67%-
HSV(B)45.19º97.59%32.55%-
XYZ5.365.40.82-
YUV62.0394.13142.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.08%
GREEN value IS 63 (25% from 255) = 42.57%
BLUE value IS 2 (1.17% from 255) = 1.35%
R=56.08%
G=42.57%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8363200.240.980.6745.1995.2916.67
Hex533F201862432d5f11
Octal1237720301421035513721
Binary10100111111111001100011000101000011101101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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