Html Css Color HEX #513C13 Madras

📋 copy color: '#513C13'

red 81 ◦ green 60 ◦ blue 19

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

Shades of Madras #513C13

Tints of Madras #513C13

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.5%

 BLUE value IS 19 (7.81% from 255) = 11.88%

R = 50.63%
G = 37.5%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#513C13 (or 0x513C13) is known color: Madras. HEX triplet: 51, 3C and 13. RGB value is (81,60,19). Sum of RGB (Red+Green+Blue) = 81+60+19=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #513C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513C13 is #AEC3EC. Grayscale: #3D3D3D. Windows color (decimal): -11453421 or 1260625. OLE color: 1260625.

HSL color Cylindrical-coordinate representation of color #513C13: hue angle of 39.68º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #513C13 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 60 19 -
CMYK 0 0.26 0.77 0.68
HSL 39.68º 0.62% 0.2% -
HSV(B) 39.68º 0.77% 0.32% -
XYZ 5.13 5.03 1.32 -
YUV 61.61 103.96 141.83 -
System Red Green Blue C M Y K H S L
Decimal 81 60 19 0 0.26 0.77 0.68 39.68 0.62 0.2
Hex 51 3C 13 0 1A 4D 44 28 3E 14
Octal 121 74 23 0 32 115 104 50 76 24
Binary 1010001 111100 10011 0 11010 1001101 1000100 101000 111110 10100

Color Harmonies of #513C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C13

Black with #513C13

Text Example


Text Example

White with #513C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,60,19); }

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

background-color css

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

 a { background-color: rgb(81,60,19); }

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

border-color css

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

 span { border-color: rgb(81,60,19); }

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