Html Css Color HEX #925853 Copper Rust

📋 copy color: '#925853'

red 146 ◦ green 88 ◦ blue 83

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

Shades of Copper Rust #925853

Tints of Copper Rust #925853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.76%

 BLUE value IS 83 (32.81% from 255) = 26.18%

R = 46.06%
G = 27.76%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#925853 (or 0x925853) is known color: Copper Rust. HEX triplet: 92, 58 and 53. RGB value is (146,88,83). Sum of RGB (Red+Green+Blue) = 146+88+83=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #925853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925853 is #6DA7AC. Grayscale: #686868. Windows color (decimal): -7186349 or 5462162. OLE color: 5462162.

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

Color convert

RGB 146 88 83 -
CMYK 0 0.40 0.43 0.43
HSL 4.76º 0.28% 0.45% -
HSV(B) 4.76º 0.43% 0.57% -
XYZ 16.91 13.71 9.94 -
YUV 104.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 146 88 83 0 0.40 0.43 0.43 4.76 0.28 0.45
Hex 92 58 53 0 28 2B 2B 5 1C 2D
Octal 222 130 123 0 50 53 53 5 34 55
Binary 10010010 1011000 1010011 0 101000 101011 101011 101 11100 101101

Color Harmonies of #925853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925853

Black with #925853

Text Example


Text Example

White with #925853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925853; }

 p { color: rgb(146,88,83); }

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

background-color css

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

 a { background-color: rgb(146,88,83); }

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

border-color css

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

 span { border-color: rgb(146,88,83); }

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