Html Css Color HEX #955552 Copper Rust

📋 copy color: '#955552'

red 149 ◦ green 85 ◦ blue 82

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

Shades of Copper Rust #955552

Tints of Copper Rust #955552

RGB

 RED value IS 149 (58.59% from 255) = 47.15%

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

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

R = 47.15%
G = 26.9%
B = 25.95%

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

#955552 (or 0x955552) is known color: Copper Rust. HEX triplet: 95, 55 and 52. RGB value is (149,85,82). Sum of RGB (Red+Green+Blue) = 149+85+82=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #955552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955552 is #6AAAAD. Grayscale: #676767. Windows color (decimal): -6990510 or 5395861. OLE color: 5395861.

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

Color convert

RGB 149 85 82 -
CMYK 0 0.43 0.45 0.42
HSL 2.69º 0.29% 0.45% -
HSV(B) 2.69º 0.45% 0.58% -
XYZ 17.17 13.5 9.68 -
YUV 103.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 149 85 82 0 0.43 0.45 0.42 2.69 0.29 0.45
Hex 95 55 52 0 2B 2D 2A 3 1D 2D
Octal 225 125 122 0 53 55 52 3 35 55
Binary 10010101 1010101 1010010 0 101011 101101 101010 11 11101 101101

Color Harmonies of #955552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955552

Black with #955552

Text Example


Text Example

White with #955552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955552; }

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

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

background-color css

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

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

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

border-color css

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

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

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