Html Css Color HEX #514721 Bronze Olive

📋 copy color: '#514721'

red 81 ◦ green 71 ◦ blue 33

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

Shades of Bronze Olive #514721

Tints of Bronze Olive #514721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.84%

R = 43.78%
G = 38.38%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#514721 (or 0x514721) is known color: Bronze Olive. HEX triplet: 51, 47 and 21. RGB value is (81,71,33). Sum of RGB (Red+Green+Blue) = 81+71+33=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #514721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514721 is #AEB8DE. Grayscale: #454545. Windows color (decimal): -11450591 or 2180945. OLE color: 2180945.

HSL color Cylindrical-coordinate representation of color #514721: hue angle of 47.5º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #514721 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 71 33 -
CMYK 0 0.12 0.59 0.68
HSL 47.5º 0.42% 0.22% -
HSV(B) 47.5º 0.59% 0.32% -
XYZ 5.92 6.37 2.36 -
YUV 69.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 81 71 33 0 0.12 0.59 0.68 47.5 0.42 0.22
Hex 51 47 21 0 C 3B 44 30 2A 16
Octal 121 107 41 0 14 73 104 60 52 26
Binary 1010001 1000111 100001 0 1100 111011 1000100 110000 101010 10110

Color Harmonies of #514721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514721

Black with #514721

Text Example


Text Example

White with #514721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514721; }

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

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

background-color css

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

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

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

border-color css

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

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

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