Html Css Color HEX #965D52 Copper Rust

📋 copy color: '#965D52'

red 150 ◦ green 93 ◦ blue 82

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

Shades of Copper Rust #965D52

Tints of Copper Rust #965D52

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.62%

 BLUE value IS 82 (32.42% from 255) = 25.23%

R = 46.15%
G = 28.62%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#965D52 (or 0x965D52) is known color: Copper Rust. HEX triplet: 96, 5D and 52. RGB value is (150,93,82). Sum of RGB (Red+Green+Blue) = 150+93+82=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #965D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965D52 is #69A2AD. Grayscale: #6C6C6C. Windows color (decimal): -6922926 or 5397910. OLE color: 5397910.

HSL color Cylindrical-coordinate representation of color #965D52: hue angle of 9.71º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965D52 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 93 82 -
CMYK 0 0.38 0.45 0.41
HSL 9.71º 0.29% 0.45% -
HSV(B) 9.71º 0.45% 0.59% -
XYZ 18.02 14.92 9.91 -
YUV 108.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 150 93 82 0 0.38 0.45 0.41 9.71 0.29 0.45
Hex 96 5D 52 0 26 2D 29 A 1D 2D
Octal 226 135 122 0 46 55 51 12 35 55
Binary 10010110 1011101 1010010 0 100110 101101 101001 1010 11101 101101

Color Harmonies of #965D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965D52

Black with #965D52

Text Example


Text Example

White with #965D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965D52; }

 p { color: rgb(150,93,82); }

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

background-color css

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

 a { background-color: rgb(150,93,82); }

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

border-color css

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

 span { border-color: rgb(150,93,82); }

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