Html Css Color HEX #514620 Bronze Olive

📋 copy color: '#514620'

red 81 ◦ green 70 ◦ blue 32

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

Shades of Bronze Olive #514620

Tints of Bronze Olive #514620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.49%

R = 44.26%
G = 38.25%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#514620 (or 0x514620) is known color: Bronze Olive. HEX triplet: 51, 46 and 20. RGB value is (81,70,32). Sum of RGB (Red+Green+Blue) = 81+70+32=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #514620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514620 is #AEB9DF. Grayscale: #454545. Windows color (decimal): -11450848 or 2115153. OLE color: 2115153.

HSL color Cylindrical-coordinate representation of color #514620: hue angle of 46.53º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #514620 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 70 32 -
CMYK 0 0.14 0.60 0.68
HSL 46.53º 0.43% 0.22% -
HSV(B) 46.53º 0.6% 0.32% -
XYZ 5.84 6.23 2.26 -
YUV 68.96 107.14 136.59 -
System Red Green Blue C M Y K H S L
Decimal 81 70 32 0 0.14 0.60 0.68 46.53 0.43 0.22
Hex 51 46 20 0 E 3C 44 2F 2B 16
Octal 121 106 40 0 16 74 104 57 53 26
Binary 1010001 1000110 100000 0 1110 111100 1000100 101111 101011 10110

Color Harmonies of #514620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514620

Black with #514620

Text Example


Text Example

White with #514620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514620; }

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

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

background-color css

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

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

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

border-color css

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

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

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