Html Css Color HEX #92574B Copper Rust

📋 copy color: '#92574B'

red 146 ◦ green 87 ◦ blue 75

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

Shades of Copper Rust #92574B

Tints of Copper Rust #92574B

RGB

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

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

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

R = 47.4%
G = 28.25%
B = 24.35%

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

#92574B (or 0x92574B) is known color: Copper Rust. HEX triplet: 92, 57 and 4B. RGB value is (146,87,75). Sum of RGB (Red+Green+Blue) = 146+87+75=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #92574B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92574B is #6DA8B4. Grayscale: #676767. Windows color (decimal): -7186613 or 4937618. OLE color: 4937618.

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

Color convert

RGB 146 87 75 -
CMYK 0 0.40 0.49 0.43
HSL 10.14º 0.32% 0.43% -
HSV(B) 10.14º 0.49% 0.57% -
XYZ 16.53 13.44 8.38 -
YUV 103.27 112.05 158.48 -
System Red Green Blue C M Y K H S L
Decimal 146 87 75 0 0.40 0.49 0.43 10.14 0.32 0.43
Hex 92 57 4B 0 28 31 2B A 20 2B
Octal 222 127 113 0 50 61 53 12 40 53
Binary 10010010 1010111 1001011 0 101000 110001 101011 1010 100000 101011

Color Harmonies of #92574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92574B

Black with #92574B

Text Example


Text Example

White with #92574B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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