Html Css Color HEX #92554D Copper Rust

📋 copy color: '#92554D'

red 146 ◦ green 85 ◦ blue 77

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

Shades of Copper Rust #92554D

Tints of Copper Rust #92554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.6%

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

R = 47.4%
G = 27.6%
B = 25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#92554D (or 0x92554D) is known color: Copper Rust. HEX triplet: 92, 55 and 4D. RGB value is (146,85,77). Sum of RGB (Red+Green+Blue) = 146+85+77=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #92554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92554D is #6DAAB2. Grayscale: #666666. Windows color (decimal): -7187123 or 5068178. OLE color: 5068178.

HSL color Cylindrical-coordinate representation of color #92554D: hue angle of 6.96º 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 #92554D is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 85 77 -
CMYK 0 0.42 0.47 0.43
HSL 6.96º 0.31% 0.44% -
HSV(B) 6.96º 0.47% 0.57% -
XYZ 16.44 13.14 8.69 -
YUV 102.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 146 85 77 0 0.42 0.47 0.43 6.96 0.31 0.44
Hex 92 55 4D 0 2A 2F 2B 7 1F 2C
Octal 222 125 115 0 52 57 53 7 37 54
Binary 10010010 1010101 1001101 0 101010 101111 101011 111 11111 101100

Color Harmonies of #92554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92554D

Black with #92554D

Text Example


Text Example

White with #92554D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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