Html Css Color HEX #514912 Bronze Olive

📋 copy color: '#514912'

red 81 ◦ green 73 ◦ blue 18

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

Shades of Bronze Olive #514912

Tints of Bronze Olive #514912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.47%

R = 47.09%
G = 42.44%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#514912 (or 0x514912) is known color: Bronze Olive. HEX triplet: 51, 49 and 12. RGB value is (81,73,18). Sum of RGB (Red+Green+Blue) = 81+73+18=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #514912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514912 is #AEB6ED. Grayscale: #454545. Windows color (decimal): -11450094 or 1198417. OLE color: 1198417.

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

Color convert

RGB 81 73 18 -
CMYK 0 0.10 0.78 0.68
HSL 52.38º 0.64% 0.19% -
HSV(B) 52.38º 0.78% 0.32% -
XYZ 5.89 6.56 1.53 -
YUV 69.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 81 73 18 0 0.10 0.78 0.68 52.38 0.64 0.19
Hex 51 49 12 0 A 4E 44 34 40 13
Octal 121 111 22 0 12 116 104 64 100 23
Binary 1010001 1001001 10010 0 1010 1001110 1000100 110100 1000000 10011

Color Harmonies of #514912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514912

Black with #514912

Text Example


Text Example

White with #514912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514912; }

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

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

background-color css

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

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

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

border-color css

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

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

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