Html Css Color HEX #935148 Copper Rust

📋 copy color: '#935148'

red 147 ◦ green 81 ◦ blue 72

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

Shades of Copper Rust #935148

Tints of Copper Rust #935148

RGB

 RED value IS 147 (57.81% from 255) = 49%

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

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

R = 49%
G = 27%
B = 24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#935148 (or 0x935148) is known color: Copper Rust. HEX triplet: 93, 51 and 48. RGB value is (147,81,72). Sum of RGB (Red+Green+Blue) = 147+81+72=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #935148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935148 is #6CAEB7. Grayscale: #636363. Windows color (decimal): -7122616 or 4739475. OLE color: 4739475.

HSL color Cylindrical-coordinate representation of color #935148: hue angle of 7.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #935148 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 81 72 -
CMYK 0 0.45 0.51 0.42
HSL 7.2º 0.34% 0.43% -
HSV(B) 7.2º 0.51% 0.58% -
XYZ 16.14 12.56 7.7 -
YUV 99.71 112.37 161.73 -
System Red Green Blue C M Y K H S L
Decimal 147 81 72 0 0.45 0.51 0.42 7.2 0.34 0.43
Hex 93 51 48 0 2D 33 2A 7 22 2B
Octal 223 121 110 0 55 63 52 7 42 53
Binary 10010011 1010001 1001000 0 101101 110011 101010 111 100010 101011

Color Harmonies of #935148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935148

Black with #935148

Text Example


Text Example

White with #935148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935148; }

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

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

background-color css

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

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

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

border-color css

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

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

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