Html Css Color HEX #955852 Copper Rust

📋 copy color: '#955852'

red 149 ◦ green 88 ◦ blue 82

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

Shades of Copper Rust #955852

Tints of Copper Rust #955852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.59%

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

R = 46.71%
G = 27.59%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#955852 (or 0x955852) is known color: Copper Rust. HEX triplet: 95, 58 and 52. RGB value is (149,88,82). Sum of RGB (Red+Green+Blue) = 149+88+82=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #955852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955852 is #6AA7AD. Grayscale: #696969. Windows color (decimal): -6989742 or 5396629. OLE color: 5396629.

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

Color convert

RGB 149 88 82 -
CMYK 0 0.41 0.45 0.42
HSL 5.37º 0.29% 0.45% -
HSV(B) 5.37º 0.45% 0.58% -
XYZ 17.41 13.98 9.76 -
YUV 105.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 149 88 82 0 0.41 0.45 0.42 5.37 0.29 0.45
Hex 95 58 52 0 29 2D 2A 5 1D 2D
Octal 225 130 122 0 51 55 52 5 35 55
Binary 10010101 1011000 1010010 0 101001 101101 101010 101 11101 101101

Color Harmonies of #955852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955852

Black with #955852

Text Example


Text Example

White with #955852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955852; }

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

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

background-color css

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

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

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

border-color css

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

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

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