Html Css Color HEX #514619 Bronze Olive

📋 copy color: '#514619'

red 81 ◦ green 70 ◦ blue 25

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

Shades of Bronze Olive #514619

Tints of Bronze Olive #514619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.2%

R = 46.02%
G = 39.77%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#514619 (or 0x514619) is known color: Bronze Olive. HEX triplet: 51, 46 and 19. RGB value is (81,70,25). Sum of RGB (Red+Green+Blue) = 81+70+25=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #514619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514619 is #AEB9E6. Grayscale: #444444. Windows color (decimal): -11450855 or 1656401. OLE color: 1656401.

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

Color convert

RGB 81 70 25 -
CMYK 0 0.14 0.69 0.68
HSL 48.21º 0.53% 0.21% -
HSV(B) 48.21º 0.69% 0.32% -
XYZ 5.76 6.2 1.81 -
YUV 68.16 103.64 137.16 -
System Red Green Blue C M Y K H S L
Decimal 81 70 25 0 0.14 0.69 0.68 48.21 0.53 0.21
Hex 51 46 19 0 E 45 44 30 35 15
Octal 121 106 31 0 16 105 104 60 65 25
Binary 1010001 1000110 11001 0 1110 1000101 1000100 110000 110101 10101

Color Harmonies of #514619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514619

Black with #514619

Text Example


Text Example

White with #514619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514619; }

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

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

background-color css

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

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

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

border-color css

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

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

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