Html Css Color HEX #514717 Bronze Olive

📋 copy color: '#514717'

red 81 ◦ green 71 ◦ blue 23

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

Shades of Bronze Olive #514717

Tints of Bronze Olive #514717

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.57%

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

R = 46.29%
G = 40.57%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#514717 (or 0x514717) is known color: Bronze Olive. HEX triplet: 51, 47 and 17. RGB value is (81,71,23). Sum of RGB (Red+Green+Blue) = 81+71+23=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #514717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514717 is #AEB8E8. Grayscale: #444444. Windows color (decimal): -11450601 or 1525585. OLE color: 1525585.

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

Color convert

RGB 81 71 23 -
CMYK 0 0.12 0.72 0.68
HSL 49.66º 0.56% 0.2% -
HSV(B) 49.66º 0.72% 0.32% -
XYZ 5.8 6.32 1.72 -
YUV 68.52 102.31 136.9 -
System Red Green Blue C M Y K H S L
Decimal 81 71 23 0 0.12 0.72 0.68 49.66 0.56 0.2
Hex 51 47 17 0 C 48 44 32 38 14
Octal 121 107 27 0 14 110 104 62 70 24
Binary 1010001 1000111 10111 0 1100 1001000 1000100 110010 111000 10100

Color Harmonies of #514717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514717

Black with #514717

Text Example


Text Example

White with #514717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514717; }

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

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

background-color css

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

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

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

border-color css

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

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

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