#533E0B

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

Shades of Madras #533E0B

Tints of Madras #533E0B

Color information

#533E0B (or 0x533E0B) is unknown color: approx Madras. HEX triplet: 53, 3E and 0B. RGB value is (83,62,11). Sum of RGB (Red+Green+Blue) = 83+62+11=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #533E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533E0B is #ACC1F4. Grayscale: #3E3E3E. Windows color (decimal): -11321845 or 736851. OLE color: 736851.

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

Color convert

RGB836211-
CMYK00.250.870.67
HSL42.5º76.6%18.43%-
HSV(B)42.5º86.75%32.55%-
XYZ5.355.311.06-
YUV62.4698.96142.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.21%
GREEN value IS 62 (24.61% from 255) = 39.74%
BLUE value IS 11 (4.69% from 255) = 7.05%
R=53.21%
G=39.74%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83621100.250.870.6742.576.618.43
Hex533EB01957432a4d12
Octal12376130311271035211522
Binary1010011111110101101100110101111000011101010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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