#513B07

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

Shades of Madras #513B07

Tints of Madras #513B07

Color information

#513B07 (or 0x513B07) is unknown color: approx Madras. HEX triplet: 51, 3B and 07. RGB value is (81,59,7). Sum of RGB (Red+Green+Blue) = 81+59+7=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #513B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513B07 is #AEC4F8. Grayscale: #3B3B3B. Windows color (decimal): -11453689 or 473937. OLE color: 473937.

HSL color Cylindrical-coordinate representation of color #513B07: hue angle of 42.16º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #513B07 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB81597-
CMYK00.270.910.68
HSL42.16º84.09%17.25%-
HSV(B)42.16º91.36%31.76%-
XYZ54.890.88-
YUV59.6598.29143.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.10%
GREEN value IS 59 (23.44% from 255) = 40.14%
BLUE value IS 7 (3.12% from 255) = 4.76%
R=55.10%
G=40.14%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8159700.270.910.6842.1684.0917.25
Hex513B701B5B442a5411
Octal1217370331331045212421
Binary101000111101111101101110110111000100101010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,59,7); }

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

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

 a { background-color: rgb(81,59,7); }

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

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

 span { border-color: rgb(81,59,7); }

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