Html Css Color HEX #925751 Copper Rust

📋 copy color: '#925751'

red 146 ◦ green 87 ◦ blue 81

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

Shades of Copper Rust #925751

Tints of Copper Rust #925751

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.71%

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

R = 46.5%
G = 27.71%
B = 25.8%

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

#925751 (or 0x925751) is known color: Copper Rust. HEX triplet: 92, 57 and 51. RGB value is (146,87,81). Sum of RGB (Red+Green+Blue) = 146+87+81=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #925751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925751 is #6DA8AE. Grayscale: #686868. Windows color (decimal): -7186607 or 5330834. OLE color: 5330834.

HSL color Cylindrical-coordinate representation of color #925751: hue angle of 5.54º 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 #925751 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 87 81 -
CMYK 0 0.40 0.45 0.43
HSL 5.54º 0.29% 0.45% -
HSV(B) 5.54º 0.45% 0.57% -
XYZ 16.75 13.52 9.51 -
YUV 103.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 146 87 81 0 0.40 0.45 0.43 5.54 0.29 0.45
Hex 92 57 51 0 28 2D 2B 6 1D 2D
Octal 222 127 121 0 50 55 53 6 35 55
Binary 10010010 1010111 1010001 0 101000 101101 101011 110 11101 101101

Color Harmonies of #925751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925751

Black with #925751

Text Example


Text Example

White with #925751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925751; }

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

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

background-color css

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

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

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

border-color css

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

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

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