Html Css Color HEX #513E12 Madras

📋 copy color: '#513E12'

red 81 ◦ green 62 ◦ blue 18

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

Shades of Madras #513E12

Tints of Madras #513E12

RGB

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

 GREEN value IS 62 (24.61% from 255) = 38.51%

 BLUE value IS 18 (7.42% from 255) = 11.18%

R = 50.31%
G = 38.51%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#513E12 (or 0x513E12) is known color: Madras. HEX triplet: 51, 3E and 12. RGB value is (81,62,18). Sum of RGB (Red+Green+Blue) = 81+62+18=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #513E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513E12 is #AEC1ED. Grayscale: #3E3E3E. Windows color (decimal): -11452910 or 1195601. OLE color: 1195601.

HSL color Cylindrical-coordinate representation of color #513E12: hue angle of 41.9º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #513E12 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 62 18 -
CMYK 0 0.23 0.78 0.68
HSL 41.9º 0.64% 0.19% -
HSV(B) 41.9º 0.78% 0.32% -
XYZ 5.23 5.24 1.31 -
YUV 62.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 81 62 18 0 0.23 0.78 0.68 41.9 0.64 0.19
Hex 51 3E 12 0 17 4E 44 2A 40 13
Octal 121 76 22 0 27 116 104 52 100 23
Binary 1010001 111110 10010 0 10111 1001110 1000100 101010 1000000 10011

Color Harmonies of #513E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513E12

Black with #513E12

Text Example


Text Example

White with #513E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,62,18); }

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

background-color css

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

 a { background-color: rgb(81,62,18); }

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

border-color css

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

 span { border-color: rgb(81,62,18); }

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