Html Css Color HEX #514615 Bronze Olive

📋 copy color: '#514615'

red 81 ◦ green 70 ◦ blue 21

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

Shades of Bronze Olive #514615

Tints of Bronze Olive #514615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.7%

 BLUE value IS 21 (8.59% from 255) = 12.21%

R = 47.09%
G = 40.7%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#514615 (or 0x514615) is known color: Bronze Olive. HEX triplet: 51, 46 and 15. RGB value is (81,70,21). Sum of RGB (Red+Green+Blue) = 81+70+21=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #514615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514615 is #AEB9EA. Grayscale: #434343. Windows color (decimal): -11450859 or 1394257. OLE color: 1394257.

HSL color Cylindrical-coordinate representation of color #514615: hue angle of 49º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #514615 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 70 21 -
CMYK 0 0.14 0.74 0.68
HSL 49º 0.59% 0.2% -
HSV(B) 49º 0.74% 0.32% -
XYZ 5.72 6.18 1.6 -
YUV 67.7 101.64 137.48 -
System Red Green Blue C M Y K H S L
Decimal 81 70 21 0 0.14 0.74 0.68 49 0.59 0.2
Hex 51 46 15 0 E 4A 44 31 3B 14
Octal 121 106 25 0 16 112 104 61 73 24
Binary 1010001 1000110 10101 0 1110 1001010 1000100 110001 111011 10100

Color Harmonies of #514615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514615

Black with #514615

Text Example


Text Example

White with #514615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514615; }

 p { color: rgb(81,70,21); }

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

background-color css

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

 a { background-color: rgb(81,70,21); }

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

border-color css

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

 span { border-color: rgb(81,70,21); }

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