#92514C

Color #92514C Copper Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rust #92514C

Tints of Copper Rust #92514C

Color information

#92514C (or 0x92514C) is unknown color: approx Copper Rust. HEX triplet: 92, 51 and 4C. RGB value is (146,81,76). Sum of RGB (Red+Green+Blue) = 146+81+76=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #92514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92514C is #6DAEB3. Grayscale: #636363. Windows color (decimal): -7188148 or 5001618. OLE color: 5001618.

HSL color Cylindrical-coordinate representation of color #92514C: hue angle of 4.29º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #92514C is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB1468176-
CMYK00.450.480.43
HSL4.29º31.53%43.53%-
HSV(B)4.29º47.95%57.25%-
XYZ16.112.528.41-
YUV99.86114.53160.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.18%
GREEN value IS 81 (32.03% from 255) = 26.73%
BLUE value IS 76 (30.08% from 255) = 25.08%
R=48.18%
G=26.73%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146817600.450.480.434.2931.5343.53
Hex92514C02D302B4202c
Octal222121114055605344054
Binary10010010101000110011000101101110000101011100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92514C; }

 p { color: rgb(146,81,76); }

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

<style>
 a { background-color: #92514C; }

 a { background-color: rgb(146,81,76); }

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

<style>
 span { border-color: #92514C; }

 span { border-color: rgb(146,81,76); }

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