Html Css Color HEX #925249 Copper Rust

📋 copy color: '#925249'

red 146 ◦ green 82 ◦ blue 73

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

Shades of Copper Rust #925249

Tints of Copper Rust #925249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.24%

 BLUE value IS 73 (28.91% from 255) = 24.25%

R = 48.5%
G = 27.24%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#925249 (or 0x925249) is known color: Copper Rust. HEX triplet: 92, 52 and 49. RGB value is (146,82,73). Sum of RGB (Red+Green+Blue) = 146+82+73=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #925249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925249 is #6DADB6. Grayscale: #646464. Windows color (decimal): -7187895 or 4805266. OLE color: 4805266.

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

Color convert

RGB 146 82 73 -
CMYK 0 0.44 0.5 0.43
HSL 7.4º 0.33% 0.43% -
HSV(B) 7.4º 0.5% 0.57% -
XYZ 16.07 12.63 7.89 -
YUV 100.11 112.7 160.73 -
System Red Green Blue C M Y K H S L
Decimal 146 82 73 0 0.44 0.5 0.43 7.4 0.33 0.43
Hex 92 52 49 0 2C 32 2B 7 21 2B
Octal 222 122 111 0 54 62 53 7 41 53
Binary 10010010 1010010 1001001 0 101100 110010 101011 111 100001 101011

Color Harmonies of #925249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925249

Black with #925249

Text Example


Text Example

White with #925249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925249; }

 p { color: rgb(146,82,73); }

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

background-color css

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

 a { background-color: rgb(146,82,73); }

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

border-color css

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

 span { border-color: rgb(146,82,73); }

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