Html Css Color HEX #514600 Madras

📋 copy color: '#514600'

red 81 ◦ green 70 ◦ blue 0

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

Shades of Madras #514600

Tints of Madras #514600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.36%

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

R = 53.64%
G = 46.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#514600 (or 0x514600) is known color: Madras. HEX triplet: 51, 46 and 00. RGB value is (81,70,0). Sum of RGB (Red+Green+Blue) = 81+70+0=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #514600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514600 is #AEB9FF. Grayscale: #414141. Windows color (decimal): -11450880 or 18001. OLE color: 18001.

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

Color convert

RGB 81 70 0 -
CMYK 0 0.14 1 0.68
HSL 51.85º 1% 0.16% -
HSV(B) 51.85º 1% 0.32% -
XYZ 5.58 6.13 0.89 -
YUV 65.31 91.14 139.19 -
System Red Green Blue C M Y K H S L
Decimal 81 70 0 0 0.14 1 0.68 51.85 1 0.16
Hex 51 46 0 0 E 64 44 34 64 10
Octal 121 106 0 0 16 144 104 64 144 20
Binary 1010001 1000110 0 0 1110 1100100 1000100 110100 1100100 10000

Color Harmonies of #514600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514600

Black with #514600

Text Example


Text Example

White with #514600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514600; }

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

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

background-color css

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

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

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

border-color css

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

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

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