Html Css Color HEX #965848 Copper Rust

📋 copy color: '#965848'

red 150 ◦ green 88 ◦ blue 72

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

Shades of Copper Rust #965848

Tints of Copper Rust #965848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.39%

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

R = 48.39%
G = 28.39%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#965848 (or 0x965848) is known color: Copper Rust. HEX triplet: 96, 58 and 48. RGB value is (150,88,72). Sum of RGB (Red+Green+Blue) = 150+88+72=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #965848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965848 is #69A7B7. Grayscale: #686868. Windows color (decimal): -6924216 or 4741270. OLE color: 4741270.

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

Color convert

RGB 150 88 72 -
CMYK 0 0.41 0.52 0.41
HSL 12.31º 0.35% 0.44% -
HSV(B) 12.31º 0.52% 0.59% -
XYZ 17.24 13.93 7.91 -
YUV 104.71 109.54 160.3 -
System Red Green Blue C M Y K H S L
Decimal 150 88 72 0 0.41 0.52 0.41 12.31 0.35 0.44
Hex 96 58 48 0 29 34 29 C 23 2C
Octal 226 130 110 0 51 64 51 14 43 54
Binary 10010110 1011000 1001000 0 101001 110100 101001 1100 100011 101100

Color Harmonies of #965848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965848

Black with #965848

Text Example


Text Example

White with #965848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965848; }

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

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

background-color css

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

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

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

border-color css

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

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

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