Html Css Color HEX #514518 Bronze Olive

📋 copy color: '#514518'

red 81 ◦ green 69 ◦ blue 24

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

Shades of Bronze Olive #514518

Tints of Bronze Olive #514518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.79%

R = 46.55%
G = 39.66%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#514518 (or 0x514518) is known color: Bronze Olive. HEX triplet: 51, 45 and 18. RGB value is (81,69,24). Sum of RGB (Red+Green+Blue) = 81+69+24=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #514518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514518 is #AEBAE7. Grayscale: #434343. Windows color (decimal): -11451112 or 1590609. OLE color: 1590609.

HSL color Cylindrical-coordinate representation of color #514518: hue angle of 47.37º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #514518 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 69 24 -
CMYK 0 0.15 0.70 0.68
HSL 47.37º 0.54% 0.21% -
HSV(B) 47.37º 0.7% 0.32% -
XYZ 5.69 6.07 1.74 -
YUV 67.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 81 69 24 0 0.15 0.70 0.68 47.37 0.54 0.21
Hex 51 45 18 0 F 46 44 2F 36 15
Octal 121 105 30 0 17 106 104 57 66 25
Binary 1010001 1000101 11000 0 1111 1000110 1000100 101111 110110 10101

Color Harmonies of #514518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514518

Black with #514518

Text Example


Text Example

White with #514518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514518; }

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

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

background-color css

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

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

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

border-color css

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

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

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