Html Css Color HEX #92594F Copper Rust

📋 copy color: '#92594F'

red 146 ◦ green 89 ◦ blue 79

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

Shades of Copper Rust #92594F

Tints of Copper Rust #92594F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.34%

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

R = 46.5%
G = 28.34%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.43

RGB Variations

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

Color information

#92594F (or 0x92594F) is known color: Copper Rust. HEX triplet: 92, 59 and 4F. RGB value is (146,89,79). Sum of RGB (Red+Green+Blue) = 146+89+79=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #92594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92594F is #6DA6B0. Grayscale: #696969. Windows color (decimal): -7186097 or 5200274. OLE color: 5200274.

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

Color convert

RGB 146 89 79 -
CMYK 0 0.39 0.46 0.43
HSL 8.96º 0.3% 0.44% -
HSV(B) 8.96º 0.46% 0.57% -
XYZ 16.84 13.82 9.18 -
YUV 104.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 146 89 79 0 0.39 0.46 0.43 8.96 0.3 0.44
Hex 92 59 4F 0 27 2E 2B 9 1E 2C
Octal 222 131 117 0 47 56 53 11 36 54
Binary 10010010 1011001 1001111 0 100111 101110 101011 1001 11110 101100

Color Harmonies of #92594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92594F

Black with #92594F

Text Example


Text Example

White with #92594F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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