Html Css Color HEX #995248 Copper Rust

📋 copy color: '#995248'

red 153 ◦ green 82 ◦ blue 72

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

Shades of Copper Rust #995248

Tints of Copper Rust #995248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.45%

R = 49.84%
G = 26.71%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#995248 (or 0x995248) is known color: Copper Rust. HEX triplet: 99, 52 and 48. RGB value is (153,82,72). Sum of RGB (Red+Green+Blue) = 153+82+72=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #995248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995248 is #66ADB7. Grayscale: #666666. Windows color (decimal): -6729144 or 4739737. OLE color: 4739737.

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

Color convert

RGB 153 82 72 -
CMYK 0 0.46 0.53 0.4
HSL 7.41º 0.36% 0.44% -
HSV(B) 7.41º 0.53% 0.6% -
XYZ 17.32 13.27 7.78 -
YUV 102.09 111.02 164.31 -
System Red Green Blue C M Y K H S L
Decimal 153 82 72 0 0.46 0.53 0.4 7.41 0.36 0.44
Hex 99 52 48 0 2E 35 28 7 24 2C
Octal 231 122 110 0 56 65 50 7 44 54
Binary 10011001 1010010 1001000 0 101110 110101 101000 111 100100 101100

Color Harmonies of #995248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995248

Black with #995248

Text Example


Text Example

White with #995248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995248; }

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

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

background-color css

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

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

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

border-color css

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

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

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