Html Css Color HEX #955553 Copper Rust

📋 copy color: '#955553'

red 149 ◦ green 85 ◦ blue 83

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

Shades of Copper Rust #955553

Tints of Copper Rust #955553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.18%

R = 47%
G = 26.81%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#955553 (or 0x955553) is known color: Copper Rust. HEX triplet: 95, 55 and 53. RGB value is (149,85,83). Sum of RGB (Red+Green+Blue) = 149+85+83=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #955553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955553 is #6AAAAC. Grayscale: #676767. Windows color (decimal): -6990509 or 5461397. OLE color: 5461397.

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

Color convert

RGB 149 85 83 -
CMYK 0 0.43 0.44 0.42
HSL 1.82º 0.28% 0.45% -
HSV(B) 1.82º 0.44% 0.58% -
XYZ 17.2 13.51 9.88 -
YUV 103.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 149 85 83 0 0.43 0.44 0.42 1.82 0.28 0.45
Hex 95 55 53 0 2B 2C 2A 2 1C 2D
Octal 225 125 123 0 53 54 52 2 34 55
Binary 10010101 1010101 1010011 0 101011 101100 101010 10 11100 101101

Color Harmonies of #955553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955553

Black with #955553

Text Example


Text Example

White with #955553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955553; }

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

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

background-color css

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

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

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

border-color css

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

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

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