Html Css Color HEX #92574F Copper Rust

📋 copy color: '#92574F'

red 146 ◦ green 87 ◦ blue 79

#92574F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper Rust #92574F

Tints of Copper Rust #92574F

RGB

 RED value IS 146 (57.42% from 255) = 46.79%

 GREEN value IS 87 (34.38% from 255) = 27.88%

 BLUE value IS 79 (31.25% from 255) = 25.32%

R = 46.79%
G = 27.88%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.43

RGB Variations

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

Color information

#92574F (or 0x92574F) is known color: Copper Rust. HEX triplet: 92, 57 and 4F. RGB value is (146,87,79). Sum of RGB (Red+Green+Blue) = 146+87+79=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #92574F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92574F is #6DA8B0. Grayscale: #676767. Windows color (decimal): -7186609 or 5199762. OLE color: 5199762.

HSL color Cylindrical-coordinate representation of color #92574F: hue angle of 7.16º 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 #92574F is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 87 79 -
CMYK 0 0.40 0.46 0.43
HSL 7.16º 0.3% 0.44% -
HSV(B) 7.16º 0.46% 0.57% -
XYZ 16.67 13.49 9.12 -
YUV 103.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 146 87 79 0 0.40 0.46 0.43 7.16 0.3 0.44
Hex 92 57 4F 0 28 2E 2B 7 1E 2C
Octal 222 127 117 0 50 56 53 7 36 54
Binary 10010010 1010111 1001111 0 101000 101110 101011 111 11110 101100

Color Harmonies of #92574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92574F

Black with #92574F

Text Example


Text Example

White with #92574F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92574F; }

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

 H1.HeaderClassName
 {
   color: #92574F;
 }
 .AnyTagClassName
 {
   color: #92574F;
 }
</style>

background-color css

<style>
 a { background-color: #92574F; }

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

 div.DivClassName
 {
   background-color: #92574F;
 }
 .BgClassName
 {
   background-color: #92574F;
 }
</style>

border-color css

<style>
 span { border-color: #92574F; }

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

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