Html Css Color HEX #935752 Copper Rust

📋 copy color: '#935752'

red 147 ◦ green 87 ◦ blue 82

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

Shades of Copper Rust #935752

Tints of Copper Rust #935752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.53%

 BLUE value IS 82 (32.42% from 255) = 25.95%

R = 46.52%
G = 27.53%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#935752 (or 0x935752) is known color: Copper Rust. HEX triplet: 93, 57 and 52. RGB value is (147,87,82). Sum of RGB (Red+Green+Blue) = 147+87+82=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 147 - color contains mainly: red. Hex color #935752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935752 is #6CA8AD. Grayscale: #686868. Windows color (decimal): -7121070 or 5396371. OLE color: 5396371.

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

Color convert

RGB 147 87 82 -
CMYK 0 0.41 0.44 0.42
HSL 4.62º 0.28% 0.45% -
HSV(B) 4.62º 0.44% 0.58% -
XYZ 16.96 13.63 9.72 -
YUV 104.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 147 87 82 0 0.41 0.44 0.42 4.62 0.28 0.45
Hex 93 57 52 0 29 2C 2A 5 1C 2D
Octal 223 127 122 0 51 54 52 5 34 55
Binary 10010011 1010111 1010010 0 101001 101100 101010 101 11100 101101

Color Harmonies of #935752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935752

Black with #935752

Text Example


Text Example

White with #935752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935752; }

 p { color: rgb(147,87,82); }

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

background-color css

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

 a { background-color: rgb(147,87,82); }

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

border-color css

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

 span { border-color: rgb(147,87,82); }

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