Html Css Color HEX #945C52 Copper Rust

📋 copy color: '#945C52'

red 148 ◦ green 92 ◦ blue 82

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

Shades of Copper Rust #945C52

Tints of Copper Rust #945C52

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.57%

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

R = 45.96%
G = 28.57%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#945C52 (or 0x945C52) is known color: Copper Rust. HEX triplet: 94, 5C and 52. RGB value is (148,92,82). Sum of RGB (Red+Green+Blue) = 148+92+82=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #945C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945C52 is #6BA3AD. Grayscale: #6B6B6B. Windows color (decimal): -7054254 or 5397652. OLE color: 5397652.

HSL color Cylindrical-coordinate representation of color #945C52: hue angle of 9.09º 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 #945C52 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 92 82 -
CMYK 0 0.38 0.45 0.42
HSL 9.09º 0.29% 0.45% -
HSV(B) 9.09º 0.45% 0.58% -
XYZ 17.56 14.56 9.87 -
YUV 107.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 148 92 82 0 0.38 0.45 0.42 9.09 0.29 0.45
Hex 94 5C 52 0 26 2D 2A 9 1D 2D
Octal 224 134 122 0 46 55 52 11 35 55
Binary 10010100 1011100 1010010 0 100110 101101 101010 1001 11101 101101

Color Harmonies of #945C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945C52

Black with #945C52

Text Example


Text Example

White with #945C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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