#51470F

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

Shades of Bronze Olive #51470F

Tints of Bronze Olive #51470F

Color information

#51470F (or 0x51470F) is unknown color: approx Bronze Olive. HEX triplet: 51, 47 and 0F. RGB value is (81,71,15). Sum of RGB (Red+Green+Blue) = 81+71+15=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #51470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51470F is #AEB8F0. Grayscale: #434343. Windows color (decimal): -11450609 or 1001297. OLE color: 1001297.

HSL color Cylindrical-coordinate representation of color #51470F: hue angle of 50.91º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51470F is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.68.

Color convert

RGB817115-
CMYK00.120.810.68
HSL50.91º68.75%18.82%-
HSV(B)50.91º81.48%31.76%-
XYZ5.736.291.36-
YUV67.6198.31137.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.50%
GREEN value IS 71 (28.12% from 255) = 42.51%
BLUE value IS 15 (6.25% from 255) = 8.98%
R=48.50%
G=42.51%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.81
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81711500.120.810.6850.9168.7518.82
Hex5147F0C5144334513
Octal121107170141211046310523
Binary1010001100011111110110010100011000100110011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51470F; }

 p { color: rgb(81,71,15); }

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

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

 a { background-color: rgb(81,71,15); }

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

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

 span { border-color: rgb(81,71,15); }

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