Html Css Color HEX #965353 Copper Rust

📋 copy color: '#965353'

red 150 ◦ green 83 ◦ blue 83

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

Shades of Copper Rust #965353

Tints of Copper Rust #965353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

 BLUE value IS 83 (32.81% from 255) = 26.27%

R = 47.47%
G = 26.27%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#965353 (or 0x965353) is known color: Copper Rust. HEX triplet: 96, 53 and 53. RGB value is (150,83,83). Sum of RGB (Red+Green+Blue) = 150+83+83=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #965353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965353 is #69ACAC. Grayscale: #676767. Windows color (decimal): -6925485 or 5460886. OLE color: 5460886.

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

Color convert

RGB 150 83 83 -
CMYK 0 0.45 0.45 0.41
HSL 0.29% 0.46% -
HSV(B) 0.45% 0.59% -
XYZ 17.23 13.3 9.84 -
YUV 103.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 150 83 83 0 0.45 0.45 0.41 0 0.29 0.46
Hex 96 53 53 0 2D 2D 29 0 1D 2E
Octal 226 123 123 0 55 55 51 0 35 56
Binary 10010110 1010011 1010011 0 101101 101101 101001 0 11101 101110

Color Harmonies of #965353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965353

Black with #965353

Text Example


Text Example

White with #965353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965353; }

 p { color: rgb(150,83,83); }

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

background-color css

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

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

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

border-color css

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

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

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