Html Css Color HEX #965048 Copper Rust

📋 copy color: '#965048'

red 150 ◦ green 80 ◦ blue 72

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

Shades of Copper Rust #965048

Tints of Copper Rust #965048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.49%

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

R = 49.67%
G = 26.49%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#965048 (or 0x965048) is known color: Copper Rust. HEX triplet: 96, 50 and 48. RGB value is (150,80,72). Sum of RGB (Red+Green+Blue) = 150+80+72=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #965048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965048 is #69AFB7. Grayscale: #646464. Windows color (decimal): -6926264 or 4739222. OLE color: 4739222.

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

Color convert

RGB 150 80 72 -
CMYK 0 0.47 0.52 0.41
HSL 6.15º 0.35% 0.44% -
HSV(B) 6.15º 0.52% 0.59% -
XYZ 16.62 12.69 7.7 -
YUV 100.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 150 80 72 0 0.47 0.52 0.41 6.15 0.35 0.44
Hex 96 50 48 0 2F 34 29 6 23 2C
Octal 226 120 110 0 57 64 51 6 43 54
Binary 10010110 1010000 1001000 0 101111 110100 101001 110 100011 101100

Color Harmonies of #965048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965048

Black with #965048

Text Example


Text Example

White with #965048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965048; }

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

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

background-color css

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

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

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

border-color css

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

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

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