Html Css Color HEX #514622 Bronze Olive

📋 copy color: '#514622'

red 81 ◦ green 70 ◦ blue 34

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

Shades of Bronze Olive #514622

Tints of Bronze Olive #514622

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.84%

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

R = 43.78%
G = 37.84%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#514622 (or 0x514622) is known color: Bronze Olive. HEX triplet: 51, 46 and 22. RGB value is (81,70,34). Sum of RGB (Red+Green+Blue) = 81+70+34=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #514622 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514622 is #AEB9DD. Grayscale: #454545. Windows color (decimal): -11450846 or 2246225. OLE color: 2246225.

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

Color convert

RGB 81 70 34 -
CMYK 0 0.14 0.58 0.68
HSL 45.96º 0.41% 0.23% -
HSV(B) 45.96º 0.58% 0.32% -
XYZ 5.87 6.25 2.41 -
YUV 69.19 108.14 136.43 -
System Red Green Blue C M Y K H S L
Decimal 81 70 34 0 0.14 0.58 0.68 45.96 0.41 0.23
Hex 51 46 22 0 E 3A 44 2E 29 17
Octal 121 106 42 0 16 72 104 56 51 27
Binary 1010001 1000110 100010 0 1110 111010 1000100 101110 101001 10111

Color Harmonies of #514622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514622

Black with #514622

Text Example


Text Example

White with #514622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514622; }

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

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

background-color css

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

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

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

border-color css

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

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

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