Html Css Color HEX #514A25 Bronze Olive

📋 copy color: '#514A25'

red 81 ◦ green 74 ◦ blue 37

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

Shades of Bronze Olive #514A25

Tints of Bronze Olive #514A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.27%

R = 42.19%
G = 38.54%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#514A25 (or 0x514A25) is known color: Bronze Olive. HEX triplet: 51, 4A and 25. RGB value is (81,74,37). Sum of RGB (Red+Green+Blue) = 81+74+37=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #514A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A25 is #AEB5DA. Grayscale: #484848. Windows color (decimal): -11449819 or 2443857. OLE color: 2443857.

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

Color convert

RGB 81 74 37 -
CMYK 0 0.09 0.54 0.68
HSL 50.45º 0.37% 0.23% -
HSV(B) 50.45º 0.54% 0.32% -
XYZ 6.18 6.78 2.73 -
YUV 71.88 108.32 134.51 -
System Red Green Blue C M Y K H S L
Decimal 81 74 37 0 0.09 0.54 0.68 50.45 0.37 0.23
Hex 51 4A 25 0 9 36 44 32 25 17
Octal 121 112 45 0 11 66 104 62 45 27
Binary 1010001 1001010 100101 0 1001 110110 1000100 110010 100101 10111

Color Harmonies of #514A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A25

Black with #514A25

Text Example


Text Example

White with #514A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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