Html Css Color HEX #514520 Bronze Olive

📋 copy color: '#514520'

red 81 ◦ green 69 ◦ blue 32

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

Shades of Bronze Olive #514520

Tints of Bronze Olive #514520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.58%

R = 44.51%
G = 37.91%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#514520 (or 0x514520) is known color: Bronze Olive. HEX triplet: 51, 45 and 20. RGB value is (81,69,32). Sum of RGB (Red+Green+Blue) = 81+69+32=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #514520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514520 is #AEBADF. Grayscale: #444444. Windows color (decimal): -11451104 or 2114897. OLE color: 2114897.

HSL color Cylindrical-coordinate representation of color #514520: hue angle of 45.31º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #514520 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 69 32 -
CMYK 0 0.15 0.60 0.68
HSL 45.31º 0.43% 0.22% -
HSV(B) 45.31º 0.6% 0.32% -
XYZ 5.78 6.11 2.24 -
YUV 68.37 107.48 137.01 -
System Red Green Blue C M Y K H S L
Decimal 81 69 32 0 0.15 0.60 0.68 45.31 0.43 0.22
Hex 51 45 20 0 F 3C 44 2D 2B 16
Octal 121 105 40 0 17 74 104 55 53 26
Binary 1010001 1000101 100000 0 1111 111100 1000100 101101 101011 10110

Color Harmonies of #514520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514520

Black with #514520

Text Example


Text Example

White with #514520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514520; }

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

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

background-color css

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

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

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

border-color css

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

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

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