Html Css Color HEX #514522 Bronze Olive

📋 copy color: '#514522'

red 81 ◦ green 69 ◦ blue 34

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

Shades of Bronze Olive #514522

Tints of Bronze Olive #514522

RGB

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

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

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

R = 44.02%
G = 37.5%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#514522 (or 0x514522) is known color: Bronze Olive. HEX triplet: 51, 45 and 22. RGB value is (81,69,34). Sum of RGB (Red+Green+Blue) = 81+69+34=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #514522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514522 is #AEBADD. Grayscale: #444444. Windows color (decimal): -11451102 or 2245969. OLE color: 2245969.

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

Color convert

RGB 81 69 34 -
CMYK 0 0.15 0.58 0.68
HSL 44.68º 0.41% 0.23% -
HSV(B) 44.68º 0.58% 0.32% -
XYZ 5.81 6.12 2.39 -
YUV 68.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 81 69 34 0 0.15 0.58 0.68 44.68 0.41 0.23
Hex 51 45 22 0 F 3A 44 2D 29 17
Octal 121 105 42 0 17 72 104 55 51 27
Binary 1010001 1000101 100010 0 1111 111010 1000100 101101 101001 10111

Color Harmonies of #514522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514522

Black with #514522

Text Example


Text Example

White with #514522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514522; }

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

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

background-color css

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

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

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

border-color css

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

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

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