Html Css Color HEX #945D52 Copper Rust

📋 copy color: '#945D52'

red 148 ◦ green 93 ◦ blue 82

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

Shades of Copper Rust #945D52

Tints of Copper Rust #945D52

RGB

 RED value IS 148 (58.2% from 255) = 45.82%

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

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

R = 45.82%
G = 28.79%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#945D52 (or 0x945D52) is known color: Copper Rust. HEX triplet: 94, 5D and 52. RGB value is (148,93,82). Sum of RGB (Red+Green+Blue) = 148+93+82=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #945D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945D52 is #6BA2AD. Grayscale: #6C6C6C. Windows color (decimal): -7053998 or 5397908. OLE color: 5397908.

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

Color convert

RGB 148 93 82 -
CMYK 0 0.37 0.45 0.42
HSL 10º 0.29% 0.45% -
HSV(B) 10º 0.45% 0.58% -
XYZ 17.65 14.73 9.9 -
YUV 108.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 148 93 82 0 0.37 0.45 0.42 10 0.29 0.45
Hex 94 5D 52 0 25 2D 2A A 1D 2D
Octal 224 135 122 0 45 55 52 12 35 55
Binary 10010100 1011101 1010010 0 100101 101101 101010 1010 11101 101101

Color Harmonies of #945D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945D52

Black with #945D52

Text Example


Text Example

White with #945D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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