Html Css Color HEX #92574A Copper Rust

📋 copy color: '#92574A'

red 146 ◦ green 87 ◦ blue 74

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

Shades of Copper Rust #92574A

Tints of Copper Rust #92574A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.1%

R = 47.56%
G = 28.34%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#92574A (or 0x92574A) is known color: Copper Rust. HEX triplet: 92, 57 and 4A. RGB value is (146,87,74). Sum of RGB (Red+Green+Blue) = 146+87+74=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 146 - color contains mainly: red. Hex color #92574A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92574A is #6DA8B5. Grayscale: #676767. Windows color (decimal): -7186614 or 4872082. OLE color: 4872082.

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

Color convert

RGB 146 87 74 -
CMYK 0 0.40 0.49 0.43
HSL 10.83º 0.33% 0.43% -
HSV(B) 10.83º 0.49% 0.57% -
XYZ 16.5 13.42 8.2 -
YUV 103.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 146 87 74 0 0.40 0.49 0.43 10.83 0.33 0.43
Hex 92 57 4A 0 28 31 2B B 21 2B
Octal 222 127 112 0 50 61 53 13 41 53
Binary 10010010 1010111 1001010 0 101000 110001 101011 1011 100001 101011

Color Harmonies of #92574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92574A

Black with #92574A

Text Example


Text Example

White with #92574A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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