Html Css Color HEX #935548 Copper Rust

📋 copy color: '#935548'

red 147 ◦ green 85 ◦ blue 72

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

Shades of Copper Rust #935548

Tints of Copper Rust #935548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.96%

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

R = 48.36%
G = 27.96%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#935548 (or 0x935548) is known color: Copper Rust. HEX triplet: 93, 55 and 48. RGB value is (147,85,72). Sum of RGB (Red+Green+Blue) = 147+85+72=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #935548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935548 is #6CAAB7. Grayscale: #666666. Windows color (decimal): -7121592 or 4740499. OLE color: 4740499.

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

Color convert

RGB 147 85 72 -
CMYK 0 0.42 0.51 0.42
HSL 10.4º 0.34% 0.43% -
HSV(B) 10.4º 0.51% 0.58% -
XYZ 16.45 13.17 7.81 -
YUV 102.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 147 85 72 0 0.42 0.51 0.42 10.4 0.34 0.43
Hex 93 55 48 0 2A 33 2A A 22 2B
Octal 223 125 110 0 52 63 52 12 42 53
Binary 10010011 1010101 1001000 0 101010 110011 101010 1010 100010 101011

Color Harmonies of #935548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935548

Black with #935548

Text Example


Text Example

White with #935548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935548; }

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

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

background-color css

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

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

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

border-color css

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

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

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