Html Css Color HEX #514E1F Bronze Olive

📋 copy color: '#514E1F'

red 81 ◦ green 78 ◦ blue 31

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

Shades of Bronze Olive #514E1F

Tints of Bronze Olive #514E1F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.05%

 BLUE value IS 31 (12.5% from 255) = 16.32%

R = 42.63%
G = 41.05%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#514E1F (or 0x514E1F) is known color: Bronze Olive. HEX triplet: 51, 4E and 1F. RGB value is (81,78,31). Sum of RGB (Red+Green+Blue) = 81+78+31=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #514E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E1F is #AEB1E0. Grayscale: #494949. Windows color (decimal): -11448801 or 2051665. OLE color: 2051665.

HSL color Cylindrical-coordinate representation of color #514E1F: hue angle of 56.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #514E1F is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 78 31 -
CMYK 0 0.04 0.62 0.68
HSL 56.4º 0.45% 0.22% -
HSV(B) 56.4º 0.62% 0.32% -
XYZ 6.37 7.3 2.37 -
YUV 73.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 81 78 31 0 0.04 0.62 0.68 56.4 0.45 0.22
Hex 51 4E 1F 0 4 3E 44 38 2D 16
Octal 121 116 37 0 4 76 104 70 55 26
Binary 1010001 1001110 11111 0 100 111110 1000100 111000 101101 10110

Color Harmonies of #514E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514E1F

Black with #514E1F

Text Example


Text Example

White with #514E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,78,31); }

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

background-color css

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

 a { background-color: rgb(81,78,31); }

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

border-color css

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

 span { border-color: rgb(81,78,31); }

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