Html Css Color HEX #513E16 Madras

📋 copy color: '#513E16'

red 81 ◦ green 62 ◦ blue 22

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

Shades of Madras #513E16

Tints of Madras #513E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.33%

R = 49.09%
G = 37.58%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#513E16 (or 0x513E16) is known color: Madras. HEX triplet: 51, 3E and 16. RGB value is (81,62,22). Sum of RGB (Red+Green+Blue) = 81+62+22=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 62 (24.61% from 255 or 37.58% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #513E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513E16 is #AEC1E9. Grayscale: #3F3F3F. Windows color (decimal): -11452906 or 1457745. OLE color: 1457745.

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

Color convert

RGB 81 62 22 -
CMYK 0 0.23 0.73 0.68
HSL 40.68º 0.57% 0.2% -
HSV(B) 40.68º 0.73% 0.32% -
XYZ 5.26 5.25 1.5 -
YUV 63.12 104.79 140.75 -
System Red Green Blue C M Y K H S L
Decimal 81 62 22 0 0.23 0.73 0.68 40.68 0.57 0.2
Hex 51 3E 16 0 17 49 44 29 39 14
Octal 121 76 26 0 27 111 104 51 71 24
Binary 1010001 111110 10110 0 10111 1001001 1000100 101001 111001 10100

Color Harmonies of #513E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513E16

Black with #513E16

Text Example


Text Example

White with #513E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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