Html Css Color HEX #955352 Copper Rust

📋 copy color: '#955352'

red 149 ◦ green 83 ◦ blue 82

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

Shades of Copper Rust #955352

Tints of Copper Rust #955352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.43%

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

R = 47.45%
G = 26.43%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#955352 (or 0x955352) is known color: Copper Rust. HEX triplet: 95, 53 and 52. RGB value is (149,83,82). Sum of RGB (Red+Green+Blue) = 149+83+82=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #955352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955352 is #6AACAD. Grayscale: #666666. Windows color (decimal): -6991022 or 5395349. OLE color: 5395349.

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

Color convert

RGB 149 83 82 -
CMYK 0 0.44 0.45 0.42
HSL 0.9º 0.29% 0.45% -
HSV(B) 0.9º 0.45% 0.58% -
XYZ 17.01 13.19 9.63 -
YUV 102.62 116.37 161.08 -
System Red Green Blue C M Y K H S L
Decimal 149 83 82 0 0.44 0.45 0.42 0.9 0.29 0.45
Hex 95 53 52 0 2C 2D 2A 1 1D 2D
Octal 225 123 122 0 54 55 52 1 35 55
Binary 10010101 1010011 1010010 0 101100 101101 101010 1 11101 101101

Color Harmonies of #955352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955352

Black with #955352

Text Example


Text Example

White with #955352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955352; }

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

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

background-color css

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

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

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

border-color css

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

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

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