Html Css Color HEX #955753 Copper Rust

📋 copy color: '#955753'

red 149 ◦ green 87 ◦ blue 83

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

Shades of Copper Rust #955753

Tints of Copper Rust #955753

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.27%

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

R = 46.71%
G = 27.27%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#955753 (or 0x955753) is known color: Copper Rust. HEX triplet: 95, 57 and 53. RGB value is (149,87,83). Sum of RGB (Red+Green+Blue) = 149+87+83=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #955753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955753 is #6AA8AC. Grayscale: #696969. Windows color (decimal): -6989997 or 5461909. OLE color: 5461909.

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

Color convert

RGB 149 87 83 -
CMYK 0 0.42 0.44 0.42
HSL 3.64º 0.28% 0.45% -
HSV(B) 3.64º 0.44% 0.58% -
XYZ 17.36 13.83 9.94 -
YUV 105.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 149 87 83 0 0.42 0.44 0.42 3.64 0.28 0.45
Hex 95 57 53 0 2A 2C 2A 4 1C 2D
Octal 225 127 123 0 52 54 52 4 34 55
Binary 10010101 1010111 1010011 0 101010 101100 101010 100 11100 101101

Color Harmonies of #955753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955753

Black with #955753

Text Example


Text Example

White with #955753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955753; }

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

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

background-color css

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

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

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

border-color css

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

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

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