Html Css Color HEX #514A10 Bronze Olive

📋 copy color: '#514A10'

red 81 ◦ green 74 ◦ blue 16

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

Shades of Bronze Olive #514A10

Tints of Bronze Olive #514A10

RGB

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

 GREEN value IS 74 (29.3% from 255) = 43.27%

 BLUE value IS 16 (6.64% from 255) = 9.36%

R = 47.37%
G = 43.27%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#514A10 (or 0x514A10) is known color: Bronze Olive. HEX triplet: 51, 4A and 10. RGB value is (81,74,16). Sum of RGB (Red+Green+Blue) = 81+74+16=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 74 (29.30% from 255 or 43.27% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #514A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514A10 is #AEB5EF. Grayscale: #454545. Windows color (decimal): -11449840 or 1067601. OLE color: 1067601.

HSL color Cylindrical-coordinate representation of color #514A10: hue angle of 53.54º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #514A10 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 74 16 -
CMYK 0 0.09 0.80 0.68
HSL 53.54º 0.67% 0.19% -
HSV(B) 53.54º 0.8% 0.32% -
XYZ 5.94 6.68 1.47 -
YUV 69.48 97.82 136.22 -
System Red Green Blue C M Y K H S L
Decimal 81 74 16 0 0.09 0.80 0.68 53.54 0.67 0.19
Hex 51 4A 10 0 9 50 44 36 43 13
Octal 121 112 20 0 11 120 104 66 103 23
Binary 1010001 1001010 10000 0 1001 1010000 1000100 110110 1000011 10011

Color Harmonies of #514A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A10

Black with #514A10

Text Example


Text Example

White with #514A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514A10; }

 p { color: rgb(81,74,16); }

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

background-color css

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

 a { background-color: rgb(81,74,16); }

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

border-color css

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

 span { border-color: rgb(81,74,16); }

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