Html Css Color HEX #92584B Copper Rust

📋 copy color: '#92584B'

red 146 ◦ green 88 ◦ blue 75

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

Shades of Copper Rust #92584B

Tints of Copper Rust #92584B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.48%

 BLUE value IS 75 (29.69% from 255) = 24.27%

R = 47.25%
G = 28.48%
B = 24.27%

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

#92584B (or 0x92584B) is known color: Copper Rust. HEX triplet: 92, 58 and 4B. RGB value is (146,88,75). Sum of RGB (Red+Green+Blue) = 146+88+75=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #92584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92584B is #6DA7B4. Grayscale: #676767. Windows color (decimal): -7186357 or 4937874. OLE color: 4937874.

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

Color convert

RGB 146 88 75 -
CMYK 0 0.40 0.49 0.43
HSL 10.99º 0.32% 0.43% -
HSV(B) 10.99º 0.49% 0.57% -
XYZ 16.61 13.6 8.41 -
YUV 103.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 146 88 75 0 0.40 0.49 0.43 10.99 0.32 0.43
Hex 92 58 4B 0 28 31 2B B 20 2B
Octal 222 130 113 0 50 61 53 13 40 53
Binary 10010010 1011000 1001011 0 101000 110001 101011 1011 100000 101011

Color Harmonies of #92584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92584B

Black with #92584B

Text Example


Text Example

White with #92584B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92584B; }

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

 H1.HeaderClassName
 {
   color: #92584B;
 }
 .AnyTagClassName
 {
   color: #92584B;
 }
</style>

background-color css

<style>
 a { background-color: #92584B; }

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

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

border-color css

<style>
 span { border-color: #92584B; }

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

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