#514C1F

Color #514C1F Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #514C1F

Tints of Bronze Olive #514C1F

Color information

#514C1F (or 0x514C1F) is unknown color: approx Bronze Olive. HEX triplet: 51, 4C and 1F. RGB value is (81,76,31). Sum of RGB (Red+Green+Blue) = 81+76+31=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #514C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C1F is #AEB3E0. Grayscale: #484848. Windows color (decimal): -11449313 or 2051153. OLE color: 2051153.

HSL color Cylindrical-coordinate representation of color #514C1F: hue angle of 54º 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 #514C1F is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB817631-
CMYK00.060.620.68
HSL54º44.64%21.96%-
HSV(B)54º61.73%31.76%-
XYZ6.237.022.32-
YUV72.36104.66134.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 76 (30.08% from 255) = 40.43%
BLUE value IS 31 (12.5% from 255) = 16.49%
R=43.09%
G=40.43%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81763100.060.620.685444.6421.96
Hex514C1F063E44362d16
Octal121114370676104665526
Binary10100011001100111110110111110100010011011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #514C1F;
 }
 .AnyTagClassName
 {
   color: #514C1F;
 }
</style>
background-color css

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

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

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

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

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

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