Html Css Color HEX #995B52 Copper Rust

📋 copy color: '#995B52'

red 153 ◦ green 91 ◦ blue 82

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

Shades of Copper Rust #995B52

Tints of Copper Rust #995B52

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.91%

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

R = 46.93%
G = 27.91%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#995B52 (or 0x995B52) is known color: Copper Rust. HEX triplet: 99, 5B and 52. RGB value is (153,91,82). Sum of RGB (Red+Green+Blue) = 153+91+82=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #995B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995B52 is #66A4AD. Grayscale: #6C6C6C. Windows color (decimal): -6726830 or 5397401. OLE color: 5397401.

HSL color Cylindrical-coordinate representation of color #995B52: hue angle of 7.61º 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 #995B52 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 91 82 -
CMYK 0 0.41 0.46 0.4
HSL 7.61º 0.3% 0.46% -
HSV(B) 7.61º 0.46% 0.6% -
XYZ 18.4 14.86 9.88 -
YUV 108.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 153 91 82 0 0.41 0.46 0.4 7.61 0.3 0.46
Hex 99 5B 52 0 29 2E 28 8 1E 2E
Octal 231 133 122 0 51 56 50 10 36 56
Binary 10011001 1011011 1010010 0 101001 101110 101000 1000 11110 101110

Color Harmonies of #995B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995B52

Black with #995B52

Text Example


Text Example

White with #995B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995B52; }

 p { color: rgb(153,91,82); }

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

background-color css

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

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

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

border-color css

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

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

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