#924E4B

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

Shades of Copper Rust #924E4B

Tints of Copper Rust #924E4B

Color information

#924E4B (or 0x924E4B) is unknown color: approx Copper Rust. HEX triplet: 92, 4E and 4B. RGB value is (146,78,75). Sum of RGB (Red+Green+Blue) = 146+78+75=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #924E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #924E4B is #6DB1B4. Grayscale: #626262. Windows color (decimal): -7188917 or 4935314. OLE color: 4935314.

HSL color Cylindrical-coordinate representation of color #924E4B: hue angle of 2.54º 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 #924E4B is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB1467875-
CMYK00.470.490.43
HSL2.54º32.13%43.33%-
HSV(B)2.54º48.63%57.25%-
XYZ15.8512.078.15-
YUV97.99115.03162.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.83%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 75 (29.69% from 255) = 25.08%
R=48.83%
G=26.09%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146787500.470.490.432.5432.1343.33
Hex924E4B02F312B3202b
Octal222116113057615334053
Binary1001001010011101001011010111111000110101111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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