#513D02

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

Shades of Madras #513D02

Tints of Madras #513D02

Color information

#513D02 (or 0x513D02) is unknown color: approx Madras. HEX triplet: 51, 3D and 02. RGB value is (81,61,2). Sum of RGB (Red+Green+Blue) = 81+61+2=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #513D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513D02 is #AEC2FD. Grayscale: #3C3C3C. Windows color (decimal): -11453182 or 146769. OLE color: 146769.

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

Color convert

RGB81612-
CMYK00.250.980.68
HSL44.81º95.18%16.27%-
HSV(B)44.81º97.53%31.76%-
XYZ5.075.090.77-
YUV60.2595.13142.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.25%
GREEN value IS 61 (24.22% from 255) = 42.36%
BLUE value IS 2 (1.17% from 255) = 1.39%
R=56.25%
G=42.36%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8161200.250.980.6844.8195.1816.27
Hex513D201962442d5f10
Octal1217520311421045513720
Binary10100011111011001100111000101000100101101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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