Html Css Color HEX #955952 Copper Rust

📋 copy color: '#955952'

red 149 ◦ green 89 ◦ blue 82

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

Shades of Copper Rust #955952

Tints of Copper Rust #955952

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.81%

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

R = 46.56%
G = 27.81%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#955952 (or 0x955952) is known color: Copper Rust. HEX triplet: 95, 59 and 52. RGB value is (149,89,82). Sum of RGB (Red+Green+Blue) = 149+89+82=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #955952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955952 is #6AA6AD. Grayscale: #6A6A6A. Windows color (decimal): -6989486 or 5396885. OLE color: 5396885.

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

Color convert

RGB 149 89 82 -
CMYK 0 0.40 0.45 0.42
HSL 6.27º 0.29% 0.45% -
HSV(B) 6.27º 0.45% 0.58% -
XYZ 17.49 14.14 9.79 -
YUV 106.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 149 89 82 0 0.40 0.45 0.42 6.27 0.29 0.45
Hex 95 59 52 0 28 2D 2A 6 1D 2D
Octal 225 131 122 0 50 55 52 6 35 55
Binary 10010101 1011001 1010010 0 101000 101101 101010 110 11101 101101

Color Harmonies of #955952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955952

Black with #955952

Text Example


Text Example

White with #955952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955952; }

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

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

background-color css

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

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

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

border-color css

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

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

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