Html Css Color HEX #514C22 Bronze Olive

📋 copy color: '#514C22'

red 81 ◦ green 76 ◦ blue 34

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

Shades of Bronze Olive #514C22

Tints of Bronze Olive #514C22

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.79%

 BLUE value IS 34 (13.67% from 255) = 17.8%

R = 42.41%
G = 39.79%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#514C22 (or 0x514C22) is known color: Bronze Olive. HEX triplet: 51, 4C and 22. RGB value is (81,76,34). Sum of RGB (Red+Green+Blue) = 81+76+34=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #514C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C22 is #AEB3DD. Grayscale: #484848. Windows color (decimal): -11449310 or 2247761. OLE color: 2247761.

HSL color Cylindrical-coordinate representation of color #514C22: hue angle of 53.62º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #514C22 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 76 34 -
CMYK 0 0.06 0.58 0.68
HSL 53.62º 0.41% 0.23% -
HSV(B) 53.62º 0.58% 0.32% -
XYZ 6.27 7.03 2.54 -
YUV 72.71 106.16 133.92 -
System Red Green Blue C M Y K H S L
Decimal 81 76 34 0 0.06 0.58 0.68 53.62 0.41 0.23
Hex 51 4C 22 0 6 3A 44 36 29 17
Octal 121 114 42 0 6 72 104 66 51 27
Binary 1010001 1001100 100010 0 110 111010 1000100 110110 101001 10111

Color Harmonies of #514C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C22

Black with #514C22

Text Example


Text Example

White with #514C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514C22; }

 p { color: rgb(81,76,34); }

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

background-color css

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

 a { background-color: rgb(81,76,34); }

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

border-color css

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

 span { border-color: rgb(81,76,34); }

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