Html Css Color HEX #925554 Copper Rust

📋 copy color: '#925554'

red 146 ◦ green 85 ◦ blue 84

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

Shades of Copper Rust #925554

Tints of Copper Rust #925554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.67%

R = 46.35%
G = 26.98%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#925554 (or 0x925554) is known color: Copper Rust. HEX triplet: 92, 55 and 54. RGB value is (146,85,84). Sum of RGB (Red+Green+Blue) = 146+85+84=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #925554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925554 is #6DAAAB. Grayscale: #676767. Windows color (decimal): -7187116 or 5526930. OLE color: 5526930.

HSL color Cylindrical-coordinate representation of color #925554: hue angle of 0.97º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #925554 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 85 84 -
CMYK 0 0.42 0.42 0.43
HSL 0.97º 0.27% 0.45% -
HSV(B) 0.97º 0.42% 0.57% -
XYZ 16.7 13.25 10.06 -
YUV 103.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 146 85 84 0 0.42 0.42 0.43 0.97 0.27 0.45
Hex 92 55 54 0 2A 2A 2B 1 1B 2D
Octal 222 125 124 0 52 52 53 1 33 55
Binary 10010010 1010101 1010100 0 101010 101010 101011 1 11011 101101

Color Harmonies of #925554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925554

Black with #925554

Text Example


Text Example

White with #925554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925554; }

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

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

background-color css

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

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

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

border-color css

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

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

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