#51480E

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

Shades of Bronze Olive #51480E

Tints of Bronze Olive #51480E

Color information

#51480E (or 0x51480E) is unknown color: approx Bronze Olive. HEX triplet: 51, 48 and 0E. RGB value is (81,72,14). Sum of RGB (Red+Green+Blue) = 81+72+14=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #51480E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51480E is #AEB7F1. Grayscale: #444444. Windows color (decimal): -11450354 or 936017. OLE color: 936017.

HSL color Cylindrical-coordinate representation of color #51480E: hue angle of 51.94º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #51480E is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB817214-
CMYK00.110.830.68
HSL51.94º70.53%18.63%-
HSV(B)51.94º82.72%31.76%-
XYZ5.796.421.35-
YUV68.0897.48137.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.50%
GREEN value IS 72 (28.52% from 255) = 43.11%
BLUE value IS 14 (5.86% from 255) = 8.38%
R=48.50%
G=43.11%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81721400.110.830.6851.9470.5318.63
Hex5148E0B5344344713
Octal121110160131231046410723
Binary1010001100100011100101110100111000100110100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51480E; }

 p { color: rgb(81,72,14); }

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

<style>
 a { background-color: #51480E; }

 a { background-color: rgb(81,72,14); }

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

<style>
 span { border-color: #51480E; }

 span { border-color: rgb(81,72,14); }

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