Html Css Color HEX #955453 Copper Rust

📋 copy color: '#955453'

red 149 ◦ green 84 ◦ blue 83

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

Shades of Copper Rust #955453

Tints of Copper Rust #955453

RGB

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

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

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

R = 47.15%
G = 26.58%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#955453 (or 0x955453) is known color: Copper Rust. HEX triplet: 95, 54 and 53. RGB value is (149,84,83). Sum of RGB (Red+Green+Blue) = 149+84+83=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #955453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955453 is #6AABAC. Grayscale: #676767. Windows color (decimal): -6990765 or 5461141. OLE color: 5461141.

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

Color convert

RGB 149 84 83 -
CMYK 0 0.44 0.44 0.42
HSL 0.91º 0.28% 0.45% -
HSV(B) 0.91º 0.44% 0.58% -
XYZ 17.13 13.35 9.86 -
YUV 103.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 149 84 83 0 0.44 0.44 0.42 0.91 0.28 0.45
Hex 95 54 53 0 2C 2C 2A 1 1C 2D
Octal 225 124 123 0 54 54 52 1 34 55
Binary 10010101 1010100 1010011 0 101100 101100 101010 1 11100 101101

Color Harmonies of #955453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955453

Black with #955453

Text Example


Text Example

White with #955453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955453; }

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

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

background-color css

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

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

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

border-color css

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

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

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