#533D05

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

Shades of Madras #533D05

Tints of Madras #533D05

Color information

#533D05 (or 0x533D05) is unknown color: approx Madras. HEX triplet: 53, 3D and 05. RGB value is (83,61,5). Sum of RGB (Red+Green+Blue) = 83+61+5=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #533D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533D05 is #ACC2FA. Grayscale: #3D3D3D. Windows color (decimal): -11322107 or 343379. OLE color: 343379.

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

Color convert

RGB83615-
CMYK00.270.940.67
HSL43.08º88.64%17.25%-
HSV(B)43.08º93.98%32.55%-
XYZ5.265.190.87-
YUV61.1996.29143.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.70%
GREEN value IS 61 (24.22% from 255) = 40.94%
BLUE value IS 5 (2.34% from 255) = 3.36%
R=55.70%
G=40.94%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8361500.270.940.6743.0888.6417.25
Hex533D501B5E432b5911
Octal1237550331361035313121
Binary101001111110110101101110111101000011101011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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