Html Css Color HEX #514500 Madras

📋 copy color: '#514500'

red 81 ◦ green 69 ◦ blue 0

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

Shades of Madras #514500

Tints of Madras #514500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54%
G = 46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#514500 (or 0x514500) is known color: Madras. HEX triplet: 51, 45 and 00. RGB value is (81,69,0). Sum of RGB (Red+Green+Blue) = 81+69+0=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #514500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514500 is #AEBAFF. Grayscale: #414141. Windows color (decimal): -11451136 or 17745. OLE color: 17745.

HSL color Cylindrical-coordinate representation of color #514500: hue angle of 51.11º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #514500 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 69 0 -
CMYK 0 0.15 1 0.68
HSL 51.11º 1% 0.16% -
HSV(B) 51.11º 1% 0.32% -
XYZ 5.52 6.01 0.87 -
YUV 64.72 91.48 139.61 -
System Red Green Blue C M Y K H S L
Decimal 81 69 0 0 0.15 1 0.68 51.11 1 0.16
Hex 51 45 0 0 F 64 44 33 64 10
Octal 121 105 0 0 17 144 104 63 144 20
Binary 1010001 1000101 0 0 1111 1100100 1000100 110011 1100100 10000

Color Harmonies of #514500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514500

Black with #514500

Text Example


Text Example

White with #514500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514500; }

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

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

background-color css

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

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

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

border-color css

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

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

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