#533F01

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

Shades of Madras #533F01

Tints of Madras #533F01

Color information

#533F01 (or 0x533F01) is unknown color: approx Madras. HEX triplet: 53, 3F and 01. RGB value is (83,63,1). Sum of RGB (Red+Green+Blue) = 83+63+1=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #533F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533F01 is #ACC0FE. Grayscale: #3E3E3E. Windows color (decimal): -11321599 or 81747. OLE color: 81747.

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

Color convert

RGB83631-
CMYK00.240.990.67
HSL45.37º97.62%16.47%-
HSV(B)45.37º98.8%32.55%-
XYZ5.355.40.79-
YUV61.9193.63143.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.46%
GREEN value IS 63 (25% from 255) = 42.86%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=56.46%
G=42.86%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8363100.240.990.6745.3797.6216.47
Hex533F101863432d6210
Octal1237710301431035514220
Binary1010011111111101100011000111000011101101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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