Html Css Color HEX #955353 Copper Rust

📋 copy color: '#955353'

red 149 ◦ green 83 ◦ blue 83

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

Shades of Copper Rust #955353

Tints of Copper Rust #955353

RGB

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

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

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

R = 47.3%
G = 26.35%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#955353 (or 0x955353) is known color: Copper Rust. HEX triplet: 95, 53 and 53. RGB value is (149,83,83). Sum of RGB (Red+Green+Blue) = 149+83+83=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #955353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955353 is #6AACAC. Grayscale: #666666. Windows color (decimal): -6991021 or 5460885. OLE color: 5460885.

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

Color convert

RGB 149 83 83 -
CMYK 0 0.44 0.44 0.42
HSL 0.28% 0.45% -
HSV(B) 0.44% 0.58% -
XYZ 17.05 13.2 9.83 -
YUV 102.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 149 83 83 0 0.44 0.44 0.42 0 0.28 0.45
Hex 95 53 53 0 2C 2C 2A 0 1C 2D
Octal 225 123 123 0 54 54 52 0 34 55
Binary 10010101 1010011 1010011 0 101100 101100 101010 0 11100 101101

Color Harmonies of #955353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955353

Black with #955353

Text Example


Text Example

White with #955353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955353; }

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

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

background-color css

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

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

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

border-color css

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

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

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