Html Css Color HEX #965448 Copper Rust

📋 copy color: '#965448'

red 150 ◦ green 84 ◦ blue 72

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

Shades of Copper Rust #965448

Tints of Copper Rust #965448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

 BLUE value IS 72 (28.52% from 255) = 23.53%

R = 49.02%
G = 27.45%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#965448 (or 0x965448) is known color: Copper Rust. HEX triplet: 96, 54 and 48. RGB value is (150,84,72). Sum of RGB (Red+Green+Blue) = 150+84+72=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #965448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965448 is #69ABB7. Grayscale: #666666. Windows color (decimal): -6925240 or 4740246. OLE color: 4740246.

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

Color convert

RGB 150 84 72 -
CMYK 0 0.44 0.52 0.41
HSL 9.23º 0.35% 0.44% -
HSV(B) 9.23º 0.52% 0.59% -
XYZ 16.92 13.29 7.8 -
YUV 102.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 150 84 72 0 0.44 0.52 0.41 9.23 0.35 0.44
Hex 96 54 48 0 2C 34 29 9 23 2C
Octal 226 124 110 0 54 64 51 11 43 54
Binary 10010110 1010100 1001000 0 101100 110100 101001 1001 100011 101100

Color Harmonies of #965448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965448

Black with #965448

Text Example


Text Example

White with #965448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965448; }

 p { color: rgb(150,84,72); }

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

background-color css

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

 a { background-color: rgb(150,84,72); }

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

border-color css

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

 span { border-color: rgb(150,84,72); }

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