Html Css Color HEX #935A4E Copper Rust

📋 copy color: '#935A4E'

red 147 ◦ green 90 ◦ blue 78

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

Shades of Copper Rust #935A4E

Tints of Copper Rust #935A4E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.57%

 BLUE value IS 78 (30.86% from 255) = 24.76%

R = 46.67%
G = 28.57%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#935A4E (or 0x935A4E) is known color: Copper Rust. HEX triplet: 93, 5A and 4E. RGB value is (147,90,78). Sum of RGB (Red+Green+Blue) = 147+90+78=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #935A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935A4E is #6CA5B1. Grayscale: #696969. Windows color (decimal): -7120306 or 5134995. OLE color: 5134995.

HSL color Cylindrical-coordinate representation of color #935A4E: hue angle of 10.43º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #935A4E is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 90 78 -
CMYK 0 0.39 0.47 0.42
HSL 10.43º 0.31% 0.44% -
HSV(B) 10.43º 0.47% 0.58% -
XYZ 17.06 14.07 9.02 -
YUV 105.68 112.38 157.48 -
System Red Green Blue C M Y K H S L
Decimal 147 90 78 0 0.39 0.47 0.42 10.43 0.31 0.44
Hex 93 5A 4E 0 27 2F 2A A 1F 2C
Octal 223 132 116 0 47 57 52 12 37 54
Binary 10010011 1011010 1001110 0 100111 101111 101010 1010 11111 101100

Color Harmonies of #935A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935A4E

Black with #935A4E

Text Example


Text Example

White with #935A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,90,78); }

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

background-color css

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

 a { background-color: rgb(147,90,78); }

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

border-color css

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

 span { border-color: rgb(147,90,78); }

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