Html Css Color HEX #514929 Bronze Olive

📋 copy color: '#514929'

red 81 ◦ green 73 ◦ blue 41

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

Shades of Bronze Olive #514929

Tints of Bronze Olive #514929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.03%

R = 41.54%
G = 37.44%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#514929 (or 0x514929) is known color: Bronze Olive. HEX triplet: 51, 49 and 29. RGB value is (81,73,41). Sum of RGB (Red+Green+Blue) = 81+73+41=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #514929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514929 is #AEB6D6. Grayscale: #474747. Windows color (decimal): -11450071 or 2705745. OLE color: 2705745.

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

Color convert

RGB 81 73 41 -
CMYK 0 0.10 0.49 0.68
HSL 48º 0.33% 0.24% -
HSV(B) 48º 0.49% 0.32% -
XYZ 6.18 6.67 3.06 -
YUV 71.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 81 73 41 0 0.10 0.49 0.68 48 0.33 0.24
Hex 51 49 29 0 A 31 44 30 21 18
Octal 121 111 51 0 12 61 104 60 41 30
Binary 1010001 1001001 101001 0 1010 110001 1000100 110000 100001 11000

Color Harmonies of #514929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514929

Black with #514929

Text Example


Text Example

White with #514929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514929; }

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

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

background-color css

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

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

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

border-color css

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

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

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