#51491D

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

Shades of Bronze Olive #51491D

Tints of Bronze Olive #51491D

Color information

#51491D (or 0x51491D) is unknown color: approx Bronze Olive. HEX triplet: 51, 49 and 1D. RGB value is (81,73,29). Sum of RGB (Red+Green+Blue) = 81+73+29=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #51491D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51491D is #AEB6E2. Grayscale: #464646. Windows color (decimal): -11450083 or 1919313. OLE color: 1919313.

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

Color convert

RGB817329-
CMYK00.100.640.68
HSL50.77º47.27%21.57%-
HSV(B)50.77º64.2%31.76%-
XYZ66.62.12-
YUV70.38104.65135.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 29 (11.72% from 255) = 15.85%
R=44.26%
G=39.89%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81732900.100.640.6850.7747.2721.57
Hex51491D0A4044332f16
Octal12111135012100104635726
Binary1010001100100111101010101000000100010011001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51491D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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