#935848

Color #935848 Copper Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rust #935848

Tints of Copper Rust #935848

Color information

#935848 (or 0x935848) is unknown color: approx Copper Rust. HEX triplet: 93, 58 and 48. RGB value is (147,88,72). Sum of RGB (Red+Green+Blue) = 147+88+72=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #935848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935848 is #6CA7B7. Grayscale: #676767. Windows color (decimal): -7120824 or 4741267. OLE color: 4741267.

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

Color convert

RGB1478872-
CMYK00.400.510.42
HSL12.8º34.25%42.94%-
HSV(B)12.8º51.02%57.65%-
XYZ16.6913.657.89-
YUV103.82110.05158.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.88%
GREEN value IS 88 (34.77% from 255) = 28.66%
BLUE value IS 72 (28.52% from 255) = 23.45%
R=47.88%
G=28.66%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147887200.400.510.4212.834.2542.94
Hex935848028332Ad222b
Octal2231301100506352154253
Binary100100111011000100100001010001100111010101101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935848; }

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

 H1.HeaderClassName
 {
   color: #935848;
 }
 .AnyTagClassName
 {
   color: #935848;
 }
</style>
background-color css

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

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

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

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

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

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