Html Css Color HEX #995952 Copper Rust

📋 copy color: '#995952'

red 153 ◦ green 89 ◦ blue 82

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

Shades of Copper Rust #995952

Tints of Copper Rust #995952

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.47%

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

R = 47.22%
G = 27.47%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#995952 (or 0x995952) is known color: Copper Rust. HEX triplet: 99, 59 and 52. RGB value is (153,89,82). Sum of RGB (Red+Green+Blue) = 153+89+82=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #995952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995952 is #66A6AD. Grayscale: #6B6B6B. Windows color (decimal): -6727342 or 5396889. OLE color: 5396889.

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

Color convert

RGB 153 89 82 -
CMYK 0 0.42 0.46 0.4
HSL 5.92º 0.3% 0.46% -
HSV(B) 5.92º 0.46% 0.6% -
XYZ 18.23 14.53 9.83 -
YUV 107.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 153 89 82 0 0.42 0.46 0.4 5.92 0.3 0.46
Hex 99 59 52 0 2A 2E 28 6 1E 2E
Octal 231 131 122 0 52 56 50 6 36 56
Binary 10011001 1011001 1010010 0 101010 101110 101000 110 11110 101110

Color Harmonies of #995952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995952

Black with #995952

Text Example


Text Example

White with #995952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995952; }

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

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

background-color css

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

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

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

border-color css

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

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

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