Html Css Color HEX #965347 Copper Rust

📋 copy color: '#965347'

red 150 ◦ green 83 ◦ blue 71

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

Shades of Copper Rust #965347

Tints of Copper Rust #965347

RGB

 RED value IS 150 (58.98% from 255) = 49.34%

 GREEN value IS 83 (32.81% from 255) = 27.3%

 BLUE value IS 71 (28.13% from 255) = 23.36%

R = 49.34%
G = 27.3%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#965347 (or 0x965347) is known color: Copper Rust. HEX triplet: 96, 53 and 47. RGB value is (150,83,71). Sum of RGB (Red+Green+Blue) = 150+83+71=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #965347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965347 is #69ACB8. Grayscale: #656565. Windows color (decimal): -6925497 or 4674454. OLE color: 4674454.

HSL color Cylindrical-coordinate representation of color #965347: hue angle of 9.11º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #965347 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 83 71 -
CMYK 0 0.45 0.53 0.41
HSL 9.11º 0.36% 0.43% -
HSV(B) 9.11º 0.53% 0.59% -
XYZ 16.81 13.13 7.61 -
YUV 101.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 150 83 71 0 0.45 0.53 0.41 9.11 0.36 0.43
Hex 96 53 47 0 2D 35 29 9 24 2B
Octal 226 123 107 0 55 65 51 11 44 53
Binary 10010110 1010011 1000111 0 101101 110101 101001 1001 100100 101011

Color Harmonies of #965347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965347

Black with #965347

Text Example


Text Example

White with #965347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965347; }

 p { color: rgb(150,83,71); }

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

background-color css

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

 a { background-color: rgb(150,83,71); }

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

border-color css

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

 span { border-color: rgb(150,83,71); }

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