Html Css Color HEX #955A4D Copper Rust

📋 copy color: '#955A4D'

red 149 ◦ green 90 ◦ blue 77

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

Shades of Copper Rust #955A4D

Tints of Copper Rust #955A4D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.48%

 BLUE value IS 77 (30.47% from 255) = 24.37%

R = 47.15%
G = 28.48%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#955A4D (or 0x955A4D) is known color: Copper Rust. HEX triplet: 95, 5A and 4D. RGB value is (149,90,77). Sum of RGB (Red+Green+Blue) = 149+90+77=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #955A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A4D is #6AA5B2. Grayscale: #6A6A6A. Windows color (decimal): -6989235 or 5069461. OLE color: 5069461.

HSL color Cylindrical-coordinate representation of color #955A4D: hue angle of 10.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #955A4D is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 90 77 -
CMYK 0 0.40 0.48 0.42
HSL 10.83º 0.32% 0.44% -
HSV(B) 10.83º 0.48% 0.58% -
XYZ 17.39 14.24 8.85 -
YUV 106.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 149 90 77 0 0.40 0.48 0.42 10.83 0.32 0.44
Hex 95 5A 4D 0 28 30 2A B 20 2C
Octal 225 132 115 0 50 60 52 13 40 54
Binary 10010101 1011010 1001101 0 101000 110000 101010 1011 100000 101100

Color Harmonies of #955A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A4D

Black with #955A4D

Text Example


Text Example

White with #955A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955A4D; }

 p { color: rgb(149,90,77); }

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

background-color css

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

 a { background-color: rgb(149,90,77); }

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

border-color css

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

 span { border-color: rgb(149,90,77); }

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