Html Css Color HEX #995349 Copper Rust

📋 copy color: '#995349'

red 153 ◦ green 83 ◦ blue 73

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

Shades of Copper Rust #995349

Tints of Copper Rust #995349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.62%

R = 49.51%
G = 26.86%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#995349 (or 0x995349) is known color: Copper Rust. HEX triplet: 99, 53 and 49. RGB value is (153,83,73). Sum of RGB (Red+Green+Blue) = 153+83+73=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #995349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995349 is #66ACB6. Grayscale: #666666. Windows color (decimal): -6728887 or 4805529. OLE color: 4805529.

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

Color convert

RGB 153 83 73 -
CMYK 0 0.46 0.52 0.4
HSL 7.5º 0.35% 0.44% -
HSV(B) 7.5º 0.52% 0.6% -
XYZ 17.43 13.44 7.98 -
YUV 102.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 153 83 73 0 0.46 0.52 0.4 7.5 0.35 0.44
Hex 99 53 49 0 2E 34 28 8 23 2C
Octal 231 123 111 0 56 64 50 10 43 54
Binary 10011001 1010011 1001001 0 101110 110100 101000 1000 100011 101100

Color Harmonies of #995349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995349

Black with #995349

Text Example


Text Example

White with #995349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995349; }

 p { color: rgb(153,83,73); }

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

background-color css

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

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

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

border-color css

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

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

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