Html Css Color HEX #935554 Copper Rust

📋 copy color: '#935554'

red 147 ◦ green 85 ◦ blue 84

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

Shades of Copper Rust #935554

Tints of Copper Rust #935554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.58%

R = 46.52%
G = 26.9%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#935554 (or 0x935554) is known color: Copper Rust. HEX triplet: 93, 55 and 54. RGB value is (147,85,84). Sum of RGB (Red+Green+Blue) = 147+85+84=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 147 - color contains mainly: red. Hex color #935554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935554 is #6CAAAB. Grayscale: #676767. Windows color (decimal): -7121580 or 5526931. OLE color: 5526931.

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

Color convert

RGB 147 85 84 -
CMYK 0 0.42 0.43 0.42
HSL 0.95º 0.27% 0.45% -
HSV(B) 0.95º 0.43% 0.58% -
XYZ 16.88 13.34 10.07 -
YUV 103.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 147 85 84 0 0.42 0.43 0.42 0.95 0.27 0.45
Hex 93 55 54 0 2A 2B 2A 1 1B 2D
Octal 223 125 124 0 52 53 52 1 33 55
Binary 10010011 1010101 1010100 0 101010 101011 101010 1 11011 101101

Color Harmonies of #935554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935554

Black with #935554

Text Example


Text Example

White with #935554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935554; }

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

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

background-color css

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

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

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

border-color css

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

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

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