Html Css Color HEX #514B19 Bronze Olive

📋 copy color: '#514B19'

red 81 ◦ green 75 ◦ blue 25

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

Shades of Bronze Olive #514B19

Tints of Bronze Olive #514B19

RGB

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

 GREEN value IS 75 (29.69% from 255) = 41.44%

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

R = 44.75%
G = 41.44%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#514B19 (or 0x514B19) is known color: Bronze Olive. HEX triplet: 51, 4B and 19. RGB value is (81,75,25). Sum of RGB (Red+Green+Blue) = 81+75+25=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #514B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514B19 is #AEB4E6. Grayscale: #474747. Windows color (decimal): -11449575 or 1657681. OLE color: 1657681.

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

Color convert

RGB 81 75 25 -
CMYK 0 0.07 0.69 0.68
HSL 53.57º 0.53% 0.21% -
HSV(B) 53.57º 0.69% 0.32% -
XYZ 6.08 6.85 1.92 -
YUV 71.09 101.99 135.07 -
System Red Green Blue C M Y K H S L
Decimal 81 75 25 0 0.07 0.69 0.68 53.57 0.53 0.21
Hex 51 4B 19 0 7 45 44 36 35 15
Octal 121 113 31 0 7 105 104 66 65 25
Binary 1010001 1001011 11001 0 111 1000101 1000100 110110 110101 10101

Color Harmonies of #514B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514B19

Black with #514B19

Text Example


Text Example

White with #514B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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