#92584B

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

Shades of Copper Rust #92584B

Tints of Copper Rust #92584B

Color information

#92584B (or 0x92584B) is unknown color: approx Copper Rust. HEX triplet: 92, 58 and 4B. RGB value is (146,88,75). Sum of RGB (Red+Green+Blue) = 146+88+75=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #92584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92584B is #6DA7B4. Grayscale: #676767. Windows color (decimal): -7186357 or 4937874. OLE color: 4937874.

HSL color Cylindrical-coordinate representation of color #92584B: hue angle of 10.99º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #92584B is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB1468875-
CMYK00.400.490.43
HSL10.99º32.13%43.33%-
HSV(B)10.99º48.63%57.25%-
XYZ16.6113.68.41-
YUV103.86111.72158.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.25%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 75 (29.69% from 255) = 24.27%
R=47.25%
G=28.48%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146887500.400.490.4310.9932.1343.33
Hex92584B028312Bb202b
Octal2221301130506153134053
Binary100100101011000100101101010001100011010111011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92584B; }

 p { color: rgb(146,88,75); }

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

<style>
 a { background-color: #92584B; }

 a { background-color: rgb(146,88,75); }

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

<style>
 span { border-color: #92584B; }

 span { border-color: rgb(146,88,75); }

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