Html Css Color HEX #995148 Copper Rust

📋 copy color: '#995148'

red 153 ◦ green 81 ◦ blue 72

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

Shades of Copper Rust #995148

Tints of Copper Rust #995148

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

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

R = 50%
G = 26.47%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#995148 (or 0x995148) is known color: Copper Rust. HEX triplet: 99, 51 and 48. RGB value is (153,81,72). Sum of RGB (Red+Green+Blue) = 153+81+72=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #995148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995148 is #66AEB7. Grayscale: #656565. Windows color (decimal): -6729400 or 4739481. OLE color: 4739481.

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

Color convert

RGB 153 81 72 -
CMYK 0 0.47 0.53 0.4
HSL 6.67º 0.36% 0.44% -
HSV(B) 6.67º 0.53% 0.6% -
XYZ 17.25 13.13 7.76 -
YUV 101.5 111.35 164.73 -
System Red Green Blue C M Y K H S L
Decimal 153 81 72 0 0.47 0.53 0.4 6.67 0.36 0.44
Hex 99 51 48 0 2F 35 28 7 24 2C
Octal 231 121 110 0 57 65 50 7 44 54
Binary 10011001 1010001 1001000 0 101111 110101 101000 111 100100 101100

Color Harmonies of #995148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995148

Black with #995148

Text Example


Text Example

White with #995148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995148; }

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

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

background-color css

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

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

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

border-color css

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

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

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