#513F0B

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

Shades of Madras #513F0B

Tints of Madras #513F0B

Color information

#513F0B (or 0x513F0B) is unknown color: approx Madras. HEX triplet: 51, 3F and 0B. RGB value is (81,63,11). Sum of RGB (Red+Green+Blue) = 81+63+11=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #513F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513F0B is #AEC0F4. Grayscale: #3E3E3E. Windows color (decimal): -11452661 or 737105. OLE color: 737105.

HSL color Cylindrical-coordinate representation of color #513F0B: hue angle of 44.57º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #513F0B is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB816311-
CMYK00.220.860.68
HSL44.57º76.09%18.04%-
HSV(B)44.57º86.42%31.76%-
XYZ5.235.331.07-
YUV62.4598.96141.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 63 (25% from 255) = 40.65%
BLUE value IS 11 (4.69% from 255) = 7.10%
R=52.26%
G=40.65%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81631100.220.860.6844.5776.0918.04
Hex513FB01656442d4c12
Octal12177130261261045511422
Binary1010001111111101101011010101101000100101101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513F0B; }

 p { color: rgb(81,63,11); }

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

<style>
 a { background-color: #513F0B; }

 a { background-color: rgb(81,63,11); }

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

<style>
 span { border-color: #513F0B; }

 span { border-color: rgb(81,63,11); }

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