Html Css Color HEX #965349 Copper Rust

📋 copy color: '#965349'

red 150 ◦ green 83 ◦ blue 73

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

Shades of Copper Rust #965349

Tints of Copper Rust #965349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.86%

R = 49.02%
G = 27.12%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#965349 (or 0x965349) is known color: Copper Rust. HEX triplet: 96, 53 and 49. RGB value is (150,83,73). Sum of RGB (Red+Green+Blue) = 150+83+73=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #965349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965349 is #69ACB6. Grayscale: #666666. Windows color (decimal): -6925495 or 4805526. OLE color: 4805526.

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

Color convert

RGB 150 83 73 -
CMYK 0 0.45 0.51 0.41
HSL 7.79º 0.35% 0.44% -
HSV(B) 7.79º 0.51% 0.59% -
XYZ 16.87 13.15 7.95 -
YUV 101.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 150 83 73 0 0.45 0.51 0.41 7.79 0.35 0.44
Hex 96 53 49 0 2D 33 29 8 23 2C
Octal 226 123 111 0 55 63 51 10 43 54
Binary 10010110 1010011 1001001 0 101101 110011 101001 1000 100011 101100

Color Harmonies of #965349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965349

Black with #965349

Text Example


Text Example

White with #965349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965349; }

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

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

background-color css

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

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

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

border-color css

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

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

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