#533B0D

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

Shades of Madras #533B0D

Tints of Madras #533B0D

Color information

#533B0D (or 0x533B0D) is unknown color: approx Madras. HEX triplet: 53, 3B and 0D. RGB value is (83,59,13). Sum of RGB (Red+Green+Blue) = 83+59+13=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #533B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533B0D is #ACC4F2. Grayscale: #3D3D3D. Windows color (decimal): -11322611 or 867155. OLE color: 867155.

HSL color Cylindrical-coordinate representation of color #533B0D: hue angle of 39.43º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #533B0D is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB835913-
CMYK00.290.840.67
HSL39.43º72.92%18.82%-
HSV(B)39.43º84.34%32.55%-
XYZ5.251.07-
YUV60.93100.95143.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 59 (23.44% from 255) = 38.06%
BLUE value IS 13 (5.47% from 255) = 8.39%
R=53.55%
G=38.06%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83591300.290.840.6739.4372.9218.82
Hex533BD01D5443274913
Octal12373150351241034711123
Binary1010011111011110101110110101001000011100111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,59,13); }

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

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

 a { background-color: rgb(83,59,13); }

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

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

 span { border-color: rgb(83,59,13); }

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