#51470A

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

Shades of Bronze Olive #51470A

Tints of Bronze Olive #51470A

Color information

#51470A (or 0x51470A) is unknown color: approx Bronze Olive. HEX triplet: 51, 47 and 0A. RGB value is (81,71,10). Sum of RGB (Red+Green+Blue) = 81+71+10=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #51470A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51470A is #AEB8F5. Grayscale: #434343. Windows color (decimal): -11450614 or 673617. OLE color: 673617.

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

Color convert

RGB817110-
CMYK00.120.880.68
HSL51.55º78.02%17.84%-
HSV(B)51.55º87.65%31.76%-
XYZ5.76.281.2-
YUV67.0495.81137.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50%
GREEN value IS 71 (28.12% from 255) = 43.83%
BLUE value IS 10 (4.30% from 255) = 6.17%
R=50%
G=43.83%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81711000.120.880.6851.5578.0217.84
Hex5147A0C5844344e12
Octal121107120141301046411622
Binary1010001100011110100110010110001000100110100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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