Html Css Color HEX #92574D Copper Rust

📋 copy color: '#92574D'

red 146 ◦ green 87 ◦ blue 77

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

Shades of Copper Rust #92574D

Tints of Copper Rust #92574D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.84%

R = 47.1%
G = 28.06%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#92574D (or 0x92574D) is known color: Copper Rust. HEX triplet: 92, 57 and 4D. RGB value is (146,87,77). Sum of RGB (Red+Green+Blue) = 146+87+77=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #92574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92574D is #6DA8B2. Grayscale: #676767. Windows color (decimal): -7186611 or 5068690. OLE color: 5068690.

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

Color convert

RGB 146 87 77 -
CMYK 0 0.40 0.47 0.43
HSL 8.7º 0.31% 0.44% -
HSV(B) 8.7º 0.47% 0.57% -
XYZ 16.6 13.46 8.74 -
YUV 103.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 146 87 77 0 0.40 0.47 0.43 8.7 0.31 0.44
Hex 92 57 4D 0 28 2F 2B 9 1F 2C
Octal 222 127 115 0 50 57 53 11 37 54
Binary 10010010 1010111 1001101 0 101000 101111 101011 1001 11111 101100

Color Harmonies of #92574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92574D

Black with #92574D

Text Example


Text Example

White with #92574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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