Html Css Color HEX #514829 Bronze Olive

📋 copy color: '#514829'

red 81 ◦ green 72 ◦ blue 41

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

Shades of Bronze Olive #514829

Tints of Bronze Olive #514829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.11%

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

R = 41.75%
G = 37.11%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#514829 (or 0x514829) is known color: Bronze Olive. HEX triplet: 51, 48 and 29. RGB value is (81,72,41). Sum of RGB (Red+Green+Blue) = 81+72+41=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #514829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514829 is #AEB7D6. Grayscale: #474747. Windows color (decimal): -11450327 or 2705489. OLE color: 2705489.

HSL color Cylindrical-coordinate representation of color #514829: hue angle of 46.5º 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 #514829 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 72 41 -
CMYK 0 0.11 0.49 0.68
HSL 46.5º 0.33% 0.24% -
HSV(B) 46.5º 0.49% 0.32% -
XYZ 6.11 6.54 3.04 -
YUV 71.16 110.98 135.02 -
System Red Green Blue C M Y K H S L
Decimal 81 72 41 0 0.11 0.49 0.68 46.5 0.33 0.24
Hex 51 48 29 0 B 31 44 2E 21 18
Octal 121 110 51 0 13 61 104 56 41 30
Binary 1010001 1001000 101001 0 1011 110001 1000100 101110 100001 11000

Color Harmonies of #514829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514829

Black with #514829

Text Example


Text Example

White with #514829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514829; }

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

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

background-color css

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

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

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

border-color css

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

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

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