Html Css Color HEX #964A48 Copper Rust

📋 copy color: '#964A48'

red 150 ◦ green 74 ◦ blue 72

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

Shades of Copper Rust #964A48

Tints of Copper Rust #964A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25%

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

R = 50.68%
G = 25%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#964A48 (or 0x964A48) is known color: Copper Rust. HEX triplet: 96, 4A and 48. RGB value is (150,74,72). Sum of RGB (Red+Green+Blue) = 150+74+72=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #964A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964A48 is #69B5B7. Grayscale: #606060. Windows color (decimal): -6927800 or 4737686. OLE color: 4737686.

HSL color Cylindrical-coordinate representation of color #964A48: hue angle of 1.54º 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 #964A48 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 74 72 -
CMYK 0 0.51 0.52 0.41
HSL 1.54º 0.35% 0.44% -
HSV(B) 1.54º 0.52% 0.59% -
XYZ 16.2 11.85 7.56 -
YUV 96.5 114.18 166.16 -
System Red Green Blue C M Y K H S L
Decimal 150 74 72 0 0.51 0.52 0.41 1.54 0.35 0.44
Hex 96 4A 48 0 33 34 29 2 23 2C
Octal 226 112 110 0 63 64 51 2 43 54
Binary 10010110 1001010 1001000 0 110011 110100 101001 10 100011 101100

Color Harmonies of #964A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964A48

Black with #964A48

Text Example


Text Example

White with #964A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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