#924F4F

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

Shades of Copper Rust #924F4F

Tints of Copper Rust #924F4F

Color information

#924F4F (or 0x924F4F) is unknown color: approx Copper Rust. HEX triplet: 92, 4F and 4F. RGB value is (146,79,79). Sum of RGB (Red+Green+Blue) = 146+79+79=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #924F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924F4F is #6DB0B0. Grayscale: #636363. Windows color (decimal): -7188657 or 5197714. OLE color: 5197714.

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

Color convert

RGB1467979-
CMYK00.460.460.43
HSL29.78%44.12%-
HSV(B)45.89%57.25%-
XYZ16.0612.278.92-
YUV99.03116.7161.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.03%
GREEN value IS 79 (31.25% from 255) = 25.99%
BLUE value IS 79 (31.25% from 255) = 25.99%
R=48.03%
G=25.99%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146797900.460.460.43029.7844.12
Hex924F4F02E2E2B01e2c
Octal222117117056565303654
Binary10010010100111110011110101110101110101011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924F4F; }

 p { color: rgb(146,79,79); }

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

<style>
 a { background-color: #924F4F; }

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

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

<style>
 span { border-color: #924F4F; }

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

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