Html Css Color HEX #514627 Bronze Olive

📋 copy color: '#514627'

red 81 ◦ green 70 ◦ blue 39

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

Shades of Bronze Olive #514627

Tints of Bronze Olive #514627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.53%

R = 42.63%
G = 36.84%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#514627 (or 0x514627) is known color: Bronze Olive. HEX triplet: 51, 46 and 27. RGB value is (81,70,39). Sum of RGB (Red+Green+Blue) = 81+70+39=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #514627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514627 is #AEB9D8. Grayscale: #454545. Windows color (decimal): -11450841 or 2573905. OLE color: 2573905.

HSL color Cylindrical-coordinate representation of color #514627: hue angle of 44.29º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #514627 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 70 39 -
CMYK 0 0.14 0.52 0.68
HSL 44.29º 0.35% 0.24% -
HSV(B) 44.29º 0.52% 0.32% -
XYZ 5.95 6.28 2.82 -
YUV 69.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 81 70 39 0 0.14 0.52 0.68 44.29 0.35 0.24
Hex 51 46 27 0 E 34 44 2C 23 18
Octal 121 106 47 0 16 64 104 54 43 30
Binary 1010001 1000110 100111 0 1110 110100 1000100 101100 100011 11000

Color Harmonies of #514627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514627

Black with #514627

Text Example


Text Example

White with #514627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514627; }

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

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

background-color css

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

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

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

border-color css

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

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

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