Html Css Color HEX #514420 Bronze Olive

📋 copy color: '#514420'

red 81 ◦ green 68 ◦ blue 32

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

Shades of Bronze Olive #514420

Tints of Bronze Olive #514420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.57%

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

R = 44.75%
G = 37.57%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#514420 (or 0x514420) is known color: Bronze Olive. HEX triplet: 51, 44 and 20. RGB value is (81,68,32). Sum of RGB (Red+Green+Blue) = 81+68+32=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #514420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514420 is #AEBBDF. Grayscale: #434343. Windows color (decimal): -11451360 or 2114641. OLE color: 2114641.

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

Color convert

RGB 81 68 32 -
CMYK 0 0.16 0.60 0.68
HSL 44.08º 0.43% 0.22% -
HSV(B) 44.08º 0.6% 0.32% -
XYZ 5.72 5.99 2.22 -
YUV 67.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 81 68 32 0 0.16 0.60 0.68 44.08 0.43 0.22
Hex 51 44 20 0 10 3C 44 2C 2B 16
Octal 121 104 40 0 20 74 104 54 53 26
Binary 1010001 1000100 100000 0 10000 111100 1000100 101100 101011 10110

Color Harmonies of #514420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514420

Black with #514420

Text Example


Text Example

White with #514420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514420; }

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

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

background-color css

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

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

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

border-color css

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

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

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