#513D01

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

Shades of Madras #513D01

Tints of Madras #513D01

Color information

#513D01 (or 0x513D01) is unknown color: approx Madras. HEX triplet: 51, 3D and 01. RGB value is (81,61,1). Sum of RGB (Red+Green+Blue) = 81+61+1=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #513D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513D01 is #AEC2FE. Grayscale: #3C3C3C. Windows color (decimal): -11453183 or 81233. OLE color: 81233.

HSL color Cylindrical-coordinate representation of color #513D01: hue angle of 45º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #513D01 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB81611-
CMYK00.250.990.68
HSL45º97.56%16.08%-
HSV(B)45º98.77%31.76%-
XYZ5.075.090.74-
YUV60.1494.63142.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.64%
GREEN value IS 61 (24.22% from 255) = 42.66%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=56.64%
G=42.66%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8161100.250.990.684597.5616.08
Hex513D101963442d6210
Octal1217510311431045514220
Binary1010001111101101100111000111000100101101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,61,1); }

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

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

 a { background-color: rgb(81,61,1); }

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

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

 span { border-color: rgb(81,61,1); }

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