Html Css Color HEX #945552 Copper Rust

📋 copy color: '#945552'

red 148 ◦ green 85 ◦ blue 82

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

Shades of Copper Rust #945552

Tints of Copper Rust #945552

RGB

 RED value IS 148 (58.2% from 255) = 46.98%

 GREEN value IS 85 (33.59% from 255) = 26.98%

 BLUE value IS 82 (32.42% from 255) = 26.03%

R = 46.98%
G = 26.98%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#945552 (or 0x945552) is known color: Copper Rust. HEX triplet: 94, 55 and 52. RGB value is (148,85,82). Sum of RGB (Red+Green+Blue) = 148+85+82=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #945552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945552 is #6BAAAD. Grayscale: #676767. Windows color (decimal): -7056046 or 5395860. OLE color: 5395860.

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

Color convert

RGB 148 85 82 -
CMYK 0 0.43 0.45 0.42
HSL 2.73º 0.29% 0.45% -
HSV(B) 2.73º 0.45% 0.58% -
XYZ 16.98 13.4 9.67 -
YUV 103.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 148 85 82 0 0.43 0.45 0.42 2.73 0.29 0.45
Hex 94 55 52 0 2B 2D 2A 3 1D 2D
Octal 224 125 122 0 53 55 52 3 35 55
Binary 10010100 1010101 1010010 0 101011 101101 101010 11 11101 101101

Color Harmonies of #945552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945552

Black with #945552

Text Example


Text Example

White with #945552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945552; }

 p { color: rgb(148,85,82); }

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

background-color css

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

 a { background-color: rgb(148,85,82); }

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

border-color css

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

 span { border-color: rgb(148,85,82); }

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