Html Css Color HEX #925B54 Copper Rust

📋 copy color: '#925B54'

red 146 ◦ green 91 ◦ blue 84

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

Shades of Copper Rust #925B54

Tints of Copper Rust #925B54

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.35%

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

R = 45.48%
G = 28.35%
B = 26.17%

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

#925B54 (or 0x925B54) is known color: Copper Rust. HEX triplet: 92, 5B and 54. RGB value is (146,91,84). Sum of RGB (Red+Green+Blue) = 146+91+84=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #925B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925B54 is #6DA4AB. Grayscale: #6A6A6A. Windows color (decimal): -7185580 or 5528466. OLE color: 5528466.

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

Color convert

RGB 146 91 84 -
CMYK 0 0.38 0.42 0.43
HSL 6.77º 0.27% 0.45% -
HSV(B) 6.77º 0.42% 0.57% -
XYZ 17.2 14.23 10.23 -
YUV 106.65 115.22 156.07 -
System Red Green Blue C M Y K H S L
Decimal 146 91 84 0 0.38 0.42 0.43 6.77 0.27 0.45
Hex 92 5B 54 0 26 2A 2B 7 1B 2D
Octal 222 133 124 0 46 52 53 7 33 55
Binary 10010010 1011011 1010100 0 100110 101010 101011 111 11011 101101

Color Harmonies of #925B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925B54

Black with #925B54

Text Example


Text Example

White with #925B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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