#513A08

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

Shades of Madras #513A08

Tints of Madras #513A08

Color information

#513A08 (or 0x513A08) is unknown color: approx Madras. HEX triplet: 51, 3A and 08. RGB value is (81,58,8). Sum of RGB (Red+Green+Blue) = 81+58+8=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #513A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513A08 is #AEC5F7. Grayscale: #3B3B3B. Windows color (decimal): -11453944 or 539217. OLE color: 539217.

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

Color convert

RGB81588-
CMYK00.280.900.68
HSL41.1º82.02%17.45%-
HSV(B)41.1º90.12%31.76%-
XYZ4.954.790.89-
YUV59.1899.12143.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.10%
GREEN value IS 58 (23.05% from 255) = 39.46%
BLUE value IS 8 (3.52% from 255) = 5.44%
R=55.10%
G=39.46%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8158800.280.900.6841.182.0217.45
Hex513A801C5A44295211
Octal12172100341321045112221
Binary1010001111010100001110010110101000100101001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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