Html Css Color HEX #514927 Bronze Olive

📋 copy color: '#514927'

red 81 ◦ green 73 ◦ blue 39

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

Shades of Bronze Olive #514927

Tints of Bronze Olive #514927

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.82%

 BLUE value IS 39 (15.63% from 255) = 20.21%

R = 41.97%
G = 37.82%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#514927 (or 0x514927) is known color: Bronze Olive. HEX triplet: 51, 49 and 27. RGB value is (81,73,39). Sum of RGB (Red+Green+Blue) = 81+73+39=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #514927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514927 is #AEB6D8. Grayscale: #474747. Windows color (decimal): -11450073 or 2574673. OLE color: 2574673.

HSL color Cylindrical-coordinate representation of color #514927: hue angle of 48.57º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #514927 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 73 39 -
CMYK 0 0.10 0.52 0.68
HSL 48.57º 0.35% 0.24% -
HSV(B) 48.57º 0.52% 0.32% -
XYZ 6.14 6.66 2.88 -
YUV 71.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 81 73 39 0 0.10 0.52 0.68 48.57 0.35 0.24
Hex 51 49 27 0 A 34 44 31 23 18
Octal 121 111 47 0 12 64 104 61 43 30
Binary 1010001 1001001 100111 0 1010 110100 1000100 110001 100011 11000

Color Harmonies of #514927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514927

Black with #514927

Text Example


Text Example

White with #514927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514927; }

 p { color: rgb(81,73,39); }

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

background-color css

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

 a { background-color: rgb(81,73,39); }

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

border-color css

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

 span { border-color: rgb(81,73,39); }

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