Html Css Color HEX #514822 Bronze Olive

📋 copy color: '#514822'

red 81 ◦ green 72 ◦ blue 34

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

Shades of Bronze Olive #514822

Tints of Bronze Olive #514822

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.5%

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

R = 43.32%
G = 38.5%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#514822 (or 0x514822) is known color: Bronze Olive. HEX triplet: 51, 48 and 22. RGB value is (81,72,34). Sum of RGB (Red+Green+Blue) = 81+72+34=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #514822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514822 is #AEB7DD. Grayscale: #464646. Windows color (decimal): -11450334 or 2246737. OLE color: 2246737.

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

Color convert

RGB 81 72 34 -
CMYK 0 0.11 0.58 0.68
HSL 48.51º 0.41% 0.23% -
HSV(B) 48.51º 0.58% 0.32% -
XYZ 6 6.5 2.45 -
YUV 70.36 107.48 135.59 -
System Red Green Blue C M Y K H S L
Decimal 81 72 34 0 0.11 0.58 0.68 48.51 0.41 0.23
Hex 51 48 22 0 B 3A 44 31 29 17
Octal 121 110 42 0 13 72 104 61 51 27
Binary 1010001 1001000 100010 0 1011 111010 1000100 110001 101001 10111

Color Harmonies of #514822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514822

Black with #514822

Text Example


Text Example

White with #514822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514822; }

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

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

background-color css

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

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

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

border-color css

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

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

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