Html Css Color HEX #514A22 Bronze Olive

📋 copy color: '#514A22'

red 81 ◦ green 74 ◦ blue 34

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

Shades of Bronze Olive #514A22

Tints of Bronze Olive #514A22

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.15%

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

R = 42.86%
G = 39.15%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#514A22 (or 0x514A22) is known color: Bronze Olive. HEX triplet: 51, 4A and 22. RGB value is (81,74,34). Sum of RGB (Red+Green+Blue) = 81+74+34=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #514A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A22 is #AEB5DD. Grayscale: #474747. Windows color (decimal): -11449822 or 2247249. OLE color: 2247249.

HSL color Cylindrical-coordinate representation of color #514A22: hue angle of 51.06º 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 #514A22 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 74 34 -
CMYK 0 0.09 0.58 0.68
HSL 51.06º 0.41% 0.23% -
HSV(B) 51.06º 0.58% 0.32% -
XYZ 6.13 6.76 2.5 -
YUV 71.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 81 74 34 0 0.09 0.58 0.68 51.06 0.41 0.23
Hex 51 4A 22 0 9 3A 44 33 29 17
Octal 121 112 42 0 11 72 104 63 51 27
Binary 1010001 1001010 100010 0 1001 111010 1000100 110011 101001 10111

Color Harmonies of #514A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A22

Black with #514A22

Text Example


Text Example

White with #514A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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