Html Css Color HEX #935B54 Copper Rust

📋 copy color: '#935B54'

red 147 ◦ green 91 ◦ blue 84

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

Shades of Copper Rust #935B54

Tints of Copper Rust #935B54

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.26%

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

R = 45.65%
G = 28.26%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#935B54 (or 0x935B54) is known color: Copper Rust. HEX triplet: 93, 5B and 54. RGB value is (147,91,84). Sum of RGB (Red+Green+Blue) = 147+91+84=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #935B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935B54 is #6CA4AB. Grayscale: #6B6B6B. Windows color (decimal): -7120044 or 5528467. OLE color: 5528467.

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

Color convert

RGB 147 91 84 -
CMYK 0 0.38 0.43 0.42
HSL 6.67º 0.27% 0.45% -
HSV(B) 6.67º 0.43% 0.58% -
XYZ 17.37 14.33 10.24 -
YUV 106.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 147 91 84 0 0.38 0.43 0.42 6.67 0.27 0.45
Hex 93 5B 54 0 26 2B 2A 7 1B 2D
Octal 223 133 124 0 46 53 52 7 33 55
Binary 10010011 1011011 1010100 0 100110 101011 101010 111 11011 101101

Color Harmonies of #935B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935B54

Black with #935B54

Text Example


Text Example

White with #935B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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