Html Css Color HEX #995850 Copper Rust

📋 copy color: '#995850'

red 153 ◦ green 88 ◦ blue 80

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

Shades of Copper Rust #995850

Tints of Copper Rust #995850

RGB

 RED value IS 153 (60.16% from 255) = 47.66%

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

 BLUE value IS 80 (31.64% from 255) = 24.92%

R = 47.66%
G = 27.41%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#995850 (or 0x995850) is known color: Copper Rust. HEX triplet: 99, 58 and 50. RGB value is (153,88,80). Sum of RGB (Red+Green+Blue) = 153+88+80=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #995850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995850 is #66A7AF. Grayscale: #6A6A6A. Windows color (decimal): -6727600 or 5265561. OLE color: 5265561.

HSL color Cylindrical-coordinate representation of color #995850: hue angle of 6.58º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995850 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 88 80 -
CMYK 0 0.42 0.48 0.4
HSL 6.58º 0.31% 0.46% -
HSV(B) 6.58º 0.48% 0.6% -
XYZ 18.07 14.33 9.4 -
YUV 106.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 153 88 80 0 0.42 0.48 0.4 6.58 0.31 0.46
Hex 99 58 50 0 2A 30 28 7 1F 2E
Octal 231 130 120 0 52 60 50 7 37 56
Binary 10011001 1011000 1010000 0 101010 110000 101000 111 11111 101110

Color Harmonies of #995850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995850

Black with #995850

Text Example


Text Example

White with #995850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995850; }

 p { color: rgb(153,88,80); }

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

background-color css

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

 a { background-color: rgb(153,88,80); }

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

border-color css

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

 span { border-color: rgb(153,88,80); }

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