Html Css Color HEX #514A07 Bronze Olive

📋 copy color: '#514A07'

red 81 ◦ green 74 ◦ blue 7

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

Shades of Bronze Olive #514A07

Tints of Bronze Olive #514A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.32%

R = 50%
G = 45.68%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#514A07 (or 0x514A07) is known color: Bronze Olive. HEX triplet: 51, 4A and 07. RGB value is (81,74,7). Sum of RGB (Red+Green+Blue) = 81+74+7=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 74 (29.30% from 255 or 45.68% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #514A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514A07 is #AEB5F8. Grayscale: #444444. Windows color (decimal): -11449849 or 477777. OLE color: 477777.

HSL color Cylindrical-coordinate representation of color #514A07: hue angle of 54.32º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #514A07 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 74 7 -
CMYK 0 0.09 0.91 0.68
HSL 54.32º 0.84% 0.17% -
HSV(B) 54.32º 0.91% 0.32% -
XYZ 5.88 6.66 1.18 -
YUV 68.46 93.32 136.95 -
System Red Green Blue C M Y K H S L
Decimal 81 74 7 0 0.09 0.91 0.68 54.32 0.84 0.17
Hex 51 4A 7 0 9 5B 44 36 54 11
Octal 121 112 7 0 11 133 104 66 124 21
Binary 1010001 1001010 111 0 1001 1011011 1000100 110110 1010100 10001

Color Harmonies of #514A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A07

Black with #514A07

Text Example


Text Example

White with #514A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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