Html Css Color HEX #995252 Copper Rust

📋 copy color: '#995252'

red 153 ◦ green 82 ◦ blue 82

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

Shades of Copper Rust #995252

Tints of Copper Rust #995252

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.87%

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

R = 48.26%
G = 25.87%
B = 25.87%

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

#995252 (or 0x995252) is known color: Copper Rust. HEX triplet: 99, 52 and 52. RGB value is (153,82,82). Sum of RGB (Red+Green+Blue) = 153+82+82=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #995252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995252 is #66ADAD. Grayscale: #676767. Windows color (decimal): -6729134 or 5395097. OLE color: 5395097.

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

Color convert

RGB 153 82 82 -
CMYK 0 0.46 0.46 0.4
HSL 0.3% 0.46% -
HSV(B) 0.46% 0.6% -
XYZ 17.68 13.42 9.64 -
YUV 103.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 153 82 82 0 0.46 0.46 0.4 0 0.3 0.46
Hex 99 52 52 0 2E 2E 28 0 1E 2E
Octal 231 122 122 0 56 56 50 0 36 56
Binary 10011001 1010010 1010010 0 101110 101110 101000 0 11110 101110

Color Harmonies of #995252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995252

Black with #995252

Text Example


Text Example

White with #995252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995252; }

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

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

background-color css

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

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

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

border-color css

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

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

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