Html Css Color HEX #514014 Madras

📋 copy color: '#514014'

red 81 ◦ green 64 ◦ blue 20

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

Shades of Madras #514014

Tints of Madras #514014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.79%

 BLUE value IS 20 (8.2% from 255) = 12.12%

R = 49.09%
G = 38.79%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#514014 (or 0x514014) is known color: Madras. HEX triplet: 51, 40 and 14. RGB value is (81,64,20). Sum of RGB (Red+Green+Blue) = 81+64+20=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #514014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514014 is #AEBFEB. Grayscale: #404040. Windows color (decimal): -11452396 or 1327185. OLE color: 1327185.

HSL color Cylindrical-coordinate representation of color #514014: hue angle of 43.28º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #514014 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 64 20 -
CMYK 0 0.21 0.75 0.68
HSL 43.28º 0.6% 0.2% -
HSV(B) 43.28º 0.75% 0.32% -
XYZ 5.35 5.47 1.43 -
YUV 64.07 103.13 140.08 -
System Red Green Blue C M Y K H S L
Decimal 81 64 20 0 0.21 0.75 0.68 43.28 0.6 0.2
Hex 51 40 14 0 15 4B 44 2B 3C 14
Octal 121 100 24 0 25 113 104 53 74 24
Binary 1010001 1000000 10100 0 10101 1001011 1000100 101011 111100 10100

Color Harmonies of #514014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514014

Black with #514014

Text Example


Text Example

White with #514014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514014; }

 p { color: rgb(81,64,20); }

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

background-color css

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

 a { background-color: rgb(81,64,20); }

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

border-color css

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

 span { border-color: rgb(81,64,20); }

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