#533D00

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

Shades of Madras #533D00

Tints of Madras #533D00

Color information

#533D00 (or 0x533D00) is unknown color: approx Madras. HEX triplet: 53, 3D and 00. RGB value is (83,61,0). Sum of RGB (Red+Green+Blue) = 83+61+0=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #533D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533D00 is #ACC2FF. Grayscale: #3C3C3C. Windows color (decimal): -11322112 or 15699. OLE color: 15699.

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

Color convert

RGB83610-
CMYK00.2710.67
HSL44.1º100%16.27%-
HSV(B)44.1º100%32.55%-
XYZ5.245.180.72-
YUV60.6293.79143.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.64%
GREEN value IS 61 (24.22% from 255) = 42.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.64%
G=42.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8361000.2710.6744.110016.27
Hex533D001B64432c6410
Octal1237500331441035414420
Binary1010011111101001101111001001000011101100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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