Html Css Color HEX #514C19 Bronze Olive

📋 copy color: '#514C19'

red 81 ◦ green 76 ◦ blue 25

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

Shades of Bronze Olive #514C19

Tints of Bronze Olive #514C19

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.76%

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

R = 44.51%
G = 41.76%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#514C19 (or 0x514C19) is known color: Bronze Olive. HEX triplet: 51, 4C and 19. RGB value is (81,76,25). Sum of RGB (Red+Green+Blue) = 81+76+25=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #514C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514C19 is #AEB3E6. Grayscale: #474747. Windows color (decimal): -11449319 or 1657937. OLE color: 1657937.

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

Color convert

RGB 81 76 25 -
CMYK 0 0.06 0.69 0.68
HSL 54.64º 0.53% 0.21% -
HSV(B) 54.64º 0.69% 0.32% -
XYZ 6.15 6.99 1.94 -
YUV 71.68 101.66 134.65 -
System Red Green Blue C M Y K H S L
Decimal 81 76 25 0 0.06 0.69 0.68 54.64 0.53 0.21
Hex 51 4C 19 0 6 45 44 37 35 15
Octal 121 114 31 0 6 105 104 67 65 25
Binary 1010001 1001100 11001 0 110 1000101 1000100 110111 110101 10101

Color Harmonies of #514C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C19

Black with #514C19

Text Example


Text Example

White with #514C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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