Html Css Color HEX #995353 Copper Rust

📋 copy color: '#995353'

red 153 ◦ green 83 ◦ blue 83

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

Shades of Copper Rust #995353

Tints of Copper Rust #995353

RGB

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

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

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

R = 47.96%
G = 26.02%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#995353 (or 0x995353) is known color: Copper Rust. HEX triplet: 99, 53 and 53. RGB value is (153,83,83). Sum of RGB (Red+Green+Blue) = 153+83+83=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #995353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995353 is #66ACAC. Grayscale: #686868. Windows color (decimal): -6728877 or 5460889. OLE color: 5460889.

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

Color convert

RGB 153 83 83 -
CMYK 0 0.46 0.46 0.4
HSL 0.3% 0.46% -
HSV(B) 0.46% 0.6% -
XYZ 17.79 13.58 9.87 -
YUV 103.93 116.19 163 -
System Red Green Blue C M Y K H S L
Decimal 153 83 83 0 0.46 0.46 0.4 0 0.3 0.46
Hex 99 53 53 0 2E 2E 28 0 1E 2E
Octal 231 123 123 0 56 56 50 0 36 56
Binary 10011001 1010011 1010011 0 101110 101110 101000 0 11110 101110

Color Harmonies of #995353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995353

Black with #995353

Text Example


Text Example

White with #995353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995353; }

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

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

background-color css

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

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

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

border-color css

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

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

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