Html Css Color HEX #514819 Bronze Olive

📋 copy color: '#514819'

red 81 ◦ green 72 ◦ blue 25

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

Shades of Bronze Olive #514819

Tints of Bronze Olive #514819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.45%

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

R = 45.51%
G = 40.45%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#514819 (or 0x514819) is known color: Bronze Olive. HEX triplet: 51, 48 and 19. RGB value is (81,72,25). Sum of RGB (Red+Green+Blue) = 81+72+25=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #514819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514819 is #AEB7E6. Grayscale: #454545. Windows color (decimal): -11450343 or 1656913. OLE color: 1656913.

HSL color Cylindrical-coordinate representation of color #514819: hue angle of 50.36º 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 #514819 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 72 25 -
CMYK 0 0.11 0.69 0.68
HSL 50.36º 0.53% 0.21% -
HSV(B) 50.36º 0.69% 0.32% -
XYZ 5.89 6.45 1.86 -
YUV 69.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 81 72 25 0 0.11 0.69 0.68 50.36 0.53 0.21
Hex 51 48 19 0 B 45 44 32 35 15
Octal 121 110 31 0 13 105 104 62 65 25
Binary 1010001 1001000 11001 0 1011 1000101 1000100 110010 110101 10101

Color Harmonies of #514819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514819

Black with #514819

Text Example


Text Example

White with #514819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514819; }

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

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

background-color css

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

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

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

border-color css

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

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

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