#513A05

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

Shades of Madras #513A05

Tints of Madras #513A05

Color information

#513A05 (or 0x513A05) is unknown color: approx Madras. HEX triplet: 51, 3A and 05. RGB value is (81,58,5). Sum of RGB (Red+Green+Blue) = 81+58+5=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #513A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513A05 is #AEC5FA. Grayscale: #3B3B3B. Windows color (decimal): -11453947 or 342609. OLE color: 342609.

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

Color convert

RGB81585-
CMYK00.280.940.68
HSL41.84º88.37%16.86%-
HSV(B)41.84º93.83%31.76%-
XYZ4.934.790.81-
YUV58.8497.62143.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.25%
GREEN value IS 58 (23.05% from 255) = 40.28%
BLUE value IS 5 (2.34% from 255) = 3.47%
R=56.25%
G=40.28%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8158500.280.940.6841.8488.3716.86
Hex513A501C5E442a5811
Octal1217250341361045213021
Binary101000111101010101110010111101000100101010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,58,5); }

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

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

 a { background-color: rgb(81,58,5); }

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

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

 span { border-color: rgb(81,58,5); }

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