Html Css Color HEX #514D1B Bronze Olive

📋 copy color: '#514D1B'

red 81 ◦ green 77 ◦ blue 27

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

Shades of Bronze Olive #514D1B

Tints of Bronze Olive #514D1B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 41.62%

 BLUE value IS 27 (10.94% from 255) = 14.59%

R = 43.78%
G = 41.62%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#514D1B (or 0x514D1B) is known color: Bronze Olive. HEX triplet: 51, 4D and 1B. RGB value is (81,77,27). Sum of RGB (Red+Green+Blue) = 81+77+27=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #514D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D1B is #AEB2E4. Grayscale: #484848. Windows color (decimal): -11449061 or 1789265. OLE color: 1789265.

HSL color Cylindrical-coordinate representation of color #514D1B: hue angle of 55.56º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #514D1B is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 77 27 -
CMYK 0 0.05 0.67 0.68
HSL 55.56º 0.5% 0.21% -
HSV(B) 55.56º 0.67% 0.32% -
XYZ 6.25 7.14 2.09 -
YUV 72.5 102.33 134.07 -
System Red Green Blue C M Y K H S L
Decimal 81 77 27 0 0.05 0.67 0.68 55.56 0.5 0.21
Hex 51 4D 1B 0 5 43 44 38 32 15
Octal 121 115 33 0 5 103 104 70 62 25
Binary 1010001 1001101 11011 0 101 1000011 1000100 111000 110010 10101

Color Harmonies of #514D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D1B

Black with #514D1B

Text Example


Text Example

White with #514D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,77,27); }

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

background-color css

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

 a { background-color: rgb(81,77,27); }

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

border-color css

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

 span { border-color: rgb(81,77,27); }

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