#51491E

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

Shades of Bronze Olive #51491E

Tints of Bronze Olive #51491E

Color information

#51491E (or 0x51491E) is unknown color: approx Bronze Olive. HEX triplet: 51, 49 and 1E. RGB value is (81,73,30). Sum of RGB (Red+Green+Blue) = 81+73+30=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #51491E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51491E is #AEB6E1. Grayscale: #464646. Windows color (decimal): -11450082 or 1984849. OLE color: 1984849.

HSL color Cylindrical-coordinate representation of color #51491E: hue angle of 50.59º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51491E is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB817330-
CMYK00.100.630.68
HSL50.59º45.95%21.76%-
HSV(B)50.59º62.96%31.76%-
XYZ6.016.612.19-
YUV70.49105.15135.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 73 (28.91% from 255) = 39.67%
BLUE value IS 30 (12.11% from 255) = 16.30%
R=44.02%
G=39.67%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81733000.100.630.6850.5945.9521.76
Hex51491E0A3F44332e16
Octal1211113601277104635626
Binary101000110010011111001010111111100010011001110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51491E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,73,30); }

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

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

 a { background-color: rgb(81,73,30); }

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

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

 span { border-color: rgb(81,73,30); }

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