Html Css Color HEX #513D10 Madras

📋 copy color: '#513D10'

red 81 ◦ green 61 ◦ blue 16

#513D10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #513D10

Tints of Madras #513D10

RGB

 RED value IS 81 (32.03% from 255) = 51.27%

 GREEN value IS 61 (24.22% from 255) = 38.61%

 BLUE value IS 16 (6.64% from 255) = 10.13%

R = 51.27%
G = 38.61%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#513D10 (or 0x513D10) is known color: Madras. HEX triplet: 51, 3D and 10. RGB value is (81,61,16). Sum of RGB (Red+Green+Blue) = 81+61+16=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #513D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513D10 is #AEC2EF. Grayscale: #3E3E3E. Windows color (decimal): -11453168 or 1064273. OLE color: 1064273.

HSL color Cylindrical-coordinate representation of color #513D10: hue angle of 41.54º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #513D10 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 61 16 -
CMYK 0 0.25 0.80 0.68
HSL 41.54º 0.67% 0.19% -
HSV(B) 41.54º 0.8% 0.32% -
XYZ 5.16 5.12 1.21 -
YUV 61.85 102.13 141.66 -
System Red Green Blue C M Y K H S L
Decimal 81 61 16 0 0.25 0.80 0.68 41.54 0.67 0.19
Hex 51 3D 10 0 19 50 44 2A 43 13
Octal 121 75 20 0 31 120 104 52 103 23
Binary 1010001 111101 10000 0 11001 1010000 1000100 101010 1000011 10011

Color Harmonies of #513D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D10

Black with #513D10

Text Example


Text Example

White with #513D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #513D10;
 }
 .AnyTagClassName
 {
   color: #513D10;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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