#533E00

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

Shades of Madras #533E00

Tints of Madras #533E00

Color information

#533E00 (or 0x533E00) is unknown color: approx Madras. HEX triplet: 53, 3E and 00. RGB value is (83,62,0). Sum of RGB (Red+Green+Blue) = 83+62+0=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 62 (24.61% from 255 or 42.76% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #533E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533E00 is #ACC1FF. Grayscale: #3D3D3D. Windows color (decimal): -11321856 or 15955. OLE color: 15955.

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

Color convert

RGB83620-
CMYK00.2510.67
HSL44.82º100%16.27%-
HSV(B)44.82º100%32.55%-
XYZ5.295.280.74-
YUV61.2193.46143.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.24%
GREEN value IS 62 (24.61% from 255) = 42.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.24%
G=42.76%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8362000.2510.6744.8210016.27
Hex533E001964432d6410
Octal1237600311441035514420
Binary1010011111110001100111001001000011101101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,62,0); }

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

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

 a { background-color: rgb(83,62,0); }

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

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

 span { border-color: rgb(83,62,0); }

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