Html Css Color HEX #514517 Bronze Olive

📋 copy color: '#514517'

red 81 ◦ green 69 ◦ blue 23

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

Shades of Bronze Olive #514517

Tints of Bronze Olive #514517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.88%

 BLUE value IS 23 (9.38% from 255) = 13.29%

R = 46.82%
G = 39.88%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#514517 (or 0x514517) is known color: Bronze Olive. HEX triplet: 51, 45 and 17. RGB value is (81,69,23). Sum of RGB (Red+Green+Blue) = 81+69+23=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #514517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514517 is #AEBAE8. Grayscale: #434343. Windows color (decimal): -11451113 or 1525073. OLE color: 1525073.

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

Color convert

RGB 81 69 23 -
CMYK 0 0.15 0.72 0.68
HSL 47.59º 0.56% 0.2% -
HSV(B) 47.59º 0.72% 0.32% -
XYZ 5.68 6.07 1.68 -
YUV 67.34 102.98 137.74 -
System Red Green Blue C M Y K H S L
Decimal 81 69 23 0 0.15 0.72 0.68 47.59 0.56 0.2
Hex 51 45 17 0 F 48 44 30 38 14
Octal 121 105 27 0 17 110 104 60 70 24
Binary 1010001 1000101 10111 0 1111 1001000 1000100 110000 111000 10100

Color Harmonies of #514517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514517

Black with #514517

Text Example


Text Example

White with #514517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514517; }

 p { color: rgb(81,69,23); }

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

background-color css

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

 a { background-color: rgb(81,69,23); }

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

border-color css

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

 span { border-color: rgb(81,69,23); }

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