Html Css Color HEX #514616 Bronze Olive

📋 copy color: '#514616'

red 81 ◦ green 70 ◦ blue 22

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

Shades of Bronze Olive #514616

Tints of Bronze Olive #514616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.72%

R = 46.82%
G = 40.46%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#514616 (or 0x514616) is known color: Bronze Olive. HEX triplet: 51, 46 and 16. RGB value is (81,70,22). Sum of RGB (Red+Green+Blue) = 81+70+22=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #514616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514616 is #AEB9E9. Grayscale: #444444. Windows color (decimal): -11450858 or 1459793. OLE color: 1459793.

HSL color Cylindrical-coordinate representation of color #514616: hue angle of 48.81º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #514616 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 70 22 -
CMYK 0 0.14 0.73 0.68
HSL 48.81º 0.57% 0.2% -
HSV(B) 48.81º 0.73% 0.32% -
XYZ 5.73 6.19 1.65 -
YUV 67.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 81 70 22 0 0.14 0.73 0.68 48.81 0.57 0.2
Hex 51 46 16 0 E 49 44 31 39 14
Octal 121 106 26 0 16 111 104 61 71 24
Binary 1010001 1000110 10110 0 1110 1001001 1000100 110001 111001 10100

Color Harmonies of #514616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514616

Black with #514616

Text Example


Text Example

White with #514616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514616; }

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

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

background-color css

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

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

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

border-color css

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

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

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