Html Css Color HEX #925851 Copper Rust

📋 copy color: '#925851'

red 146 ◦ green 88 ◦ blue 81

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

Shades of Copper Rust #925851

Tints of Copper Rust #925851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.71%

R = 46.35%
G = 27.94%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#925851 (or 0x925851) is known color: Copper Rust. HEX triplet: 92, 58 and 51. RGB value is (146,88,81). Sum of RGB (Red+Green+Blue) = 146+88+81=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #925851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925851 is #6DA7AE. Grayscale: #686868. Windows color (decimal): -7186351 or 5331090. OLE color: 5331090.

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

Color convert

RGB 146 88 81 -
CMYK 0 0.40 0.45 0.43
HSL 6.46º 0.29% 0.45% -
HSV(B) 6.46º 0.45% 0.57% -
XYZ 16.83 13.68 9.54 -
YUV 104.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 146 88 81 0 0.40 0.45 0.43 6.46 0.29 0.45
Hex 92 58 51 0 28 2D 2B 6 1D 2D
Octal 222 130 121 0 50 55 53 6 35 55
Binary 10010010 1011000 1010001 0 101000 101101 101011 110 11101 101101

Color Harmonies of #925851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925851

Black with #925851

Text Example


Text Example

White with #925851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925851; }

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

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

background-color css

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

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

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

border-color css

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

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

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