Html Css Color HEX #514700 Madras

📋 copy color: '#514700'

red 81 ◦ green 71 ◦ blue 0

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

Shades of Madras #514700

Tints of Madras #514700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.71%

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

R = 53.29%
G = 46.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#514700 (or 0x514700) is known color: Madras. HEX triplet: 51, 47 and 00. RGB value is (81,71,0). Sum of RGB (Red+Green+Blue) = 81+71+0=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #514700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514700 is #AEB8FF. Grayscale: #424242. Windows color (decimal): -11450624 or 18257. OLE color: 18257.

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

Color convert

RGB 81 71 0 -
CMYK 0 0.12 1 0.68
HSL 52.59º 1% 0.16% -
HSV(B) 52.59º 1% 0.32% -
XYZ 5.65 6.26 0.91 -
YUV 65.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 81 71 0 0 0.12 1 0.68 52.59 1 0.16
Hex 51 47 0 0 C 64 44 35 64 10
Octal 121 107 0 0 14 144 104 65 144 20
Binary 1010001 1000111 0 0 1100 1100100 1000100 110101 1100100 10000

Color Harmonies of #514700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514700

Black with #514700

Text Example


Text Example

White with #514700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514700; }

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

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

background-color css

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

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

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

border-color css

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

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

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