Html Css Color HEX #925449 Copper Rust

📋 copy color: '#925449'

red 146 ◦ green 84 ◦ blue 73

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

Shades of Copper Rust #925449

Tints of Copper Rust #925449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.72%

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

R = 48.18%
G = 27.72%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#925449 (or 0x925449) is known color: Copper Rust. HEX triplet: 92, 54 and 49. RGB value is (146,84,73). Sum of RGB (Red+Green+Blue) = 146+84+73=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #925449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925449 is #6DABB6. Grayscale: #656565. Windows color (decimal): -7187383 or 4805778. OLE color: 4805778.

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

Color convert

RGB 146 84 73 -
CMYK 0 0.42 0.5 0.43
HSL 9.04º 0.33% 0.43% -
HSV(B) 9.04º 0.5% 0.57% -
XYZ 16.23 12.93 7.94 -
YUV 101.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 146 84 73 0 0.42 0.5 0.43 9.04 0.33 0.43
Hex 92 54 49 0 2A 32 2B 9 21 2B
Octal 222 124 111 0 52 62 53 11 41 53
Binary 10010010 1010100 1001001 0 101010 110010 101011 1001 100001 101011

Color Harmonies of #925449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925449

Black with #925449

Text Example


Text Example

White with #925449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925449; }

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

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

background-color css

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

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

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

border-color css

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

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

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