Html Css Color HEX #514514 Madras

📋 copy color: '#514514'

red 81 ◦ green 69 ◦ blue 20

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

Shades of Madras #514514

Tints of Madras #514514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.59%

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

R = 47.65%
G = 40.59%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#514514 (or 0x514514) is known color: Madras. HEX triplet: 51, 45 and 14. RGB value is (81,69,20). Sum of RGB (Red+Green+Blue) = 81+69+20=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #514514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514514 is #AEBAEB. Grayscale: #434343. Windows color (decimal): -11451116 or 1328465. OLE color: 1328465.

HSL color Cylindrical-coordinate representation of color #514514: hue angle of 48.2º 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 #514514 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 69 20 -
CMYK 0 0.15 0.75 0.68
HSL 48.2º 0.6% 0.2% -
HSV(B) 48.2º 0.75% 0.32% -
XYZ 5.65 6.06 1.53 -
YUV 67 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 81 69 20 0 0.15 0.75 0.68 48.2 0.6 0.2
Hex 51 45 14 0 F 4B 44 30 3C 14
Octal 121 105 24 0 17 113 104 60 74 24
Binary 1010001 1000101 10100 0 1111 1001011 1000100 110000 111100 10100

Color Harmonies of #514514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514514

Black with #514514

Text Example


Text Example

White with #514514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514514; }

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

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

background-color css

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

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

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

border-color css

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

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

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