#51492A

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

Shades of Bronze Olive #51492A

Tints of Bronze Olive #51492A

Color information

#51492A (or 0x51492A) is unknown color: approx Bronze Olive. HEX triplet: 51, 49 and 2A. RGB value is (81,73,42). Sum of RGB (Red+Green+Blue) = 81+73+42=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #51492A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51492A is #AEB6D5. Grayscale: #474747. Windows color (decimal): -11450070 or 2771281. OLE color: 2771281.

HSL color Cylindrical-coordinate representation of color #51492A: hue angle of 47.69º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51492A is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB817342-
CMYK00.100.480.68
HSL47.69º31.71%24.12%-
HSV(B)47.69º48.15%31.76%-
XYZ6.196.683.15-
YUV71.86111.15134.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 73 (28.91% from 255) = 37.24%
BLUE value IS 42 (16.80% from 255) = 21.43%
R=41.33%
G=37.24%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81734200.100.480.6847.6931.7124.12
Hex51492A0A3044302018
Octal1211115201260104604030
Binary1010001100100110101001010110000100010011000010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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