Html Css Color HEX #925A54 Copper Rust

📋 copy color: '#925A54'

red 146 ◦ green 90 ◦ blue 84

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

Shades of Copper Rust #925A54

Tints of Copper Rust #925A54

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.13%

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

R = 45.63%
G = 28.13%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#925A54 (or 0x925A54) is known color: Copper Rust. HEX triplet: 92, 5A and 54. RGB value is (146,90,84). Sum of RGB (Red+Green+Blue) = 146+90+84=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #925A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A54 is #6DA5AB. Grayscale: #6A6A6A. Windows color (decimal): -7185836 or 5528210. OLE color: 5528210.

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

Color convert

RGB 146 90 84 -
CMYK 0 0.38 0.42 0.43
HSL 5.81º 0.27% 0.45% -
HSV(B) 5.81º 0.42% 0.57% -
XYZ 17.11 14.06 10.2 -
YUV 106.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 146 90 84 0 0.38 0.42 0.43 5.81 0.27 0.45
Hex 92 5A 54 0 26 2A 2B 6 1B 2D
Octal 222 132 124 0 46 52 53 6 33 55
Binary 10010010 1011010 1010100 0 100110 101010 101011 110 11011 101101

Color Harmonies of #925A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925A54

Black with #925A54

Text Example


Text Example

White with #925A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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