Html Css Color HEX #965748 Copper Rust

📋 copy color: '#965748'

red 150 ◦ green 87 ◦ blue 72

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

Shades of Copper Rust #965748

Tints of Copper Rust #965748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.16%

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

R = 48.54%
G = 28.16%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#965748 (or 0x965748) is known color: Copper Rust. HEX triplet: 96, 57 and 48. RGB value is (150,87,72). Sum of RGB (Red+Green+Blue) = 150+87+72=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #965748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965748 is #69A8B7. Grayscale: #686868. Windows color (decimal): -6924472 or 4741014. OLE color: 4741014.

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

Color convert

RGB 150 87 72 -
CMYK 0 0.42 0.52 0.41
HSL 11.54º 0.35% 0.44% -
HSV(B) 11.54º 0.52% 0.59% -
XYZ 17.16 13.77 7.88 -
YUV 104.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 150 87 72 0 0.42 0.52 0.41 11.54 0.35 0.44
Hex 96 57 48 0 2A 34 29 C 23 2C
Octal 226 127 110 0 52 64 51 14 43 54
Binary 10010110 1010111 1001000 0 101010 110100 101001 1100 100011 101100

Color Harmonies of #965748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965748

Black with #965748

Text Example


Text Example

White with #965748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965748; }

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

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

background-color css

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

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

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

border-color css

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

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

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