Html Css Color HEX #945352 Copper Rust

📋 copy color: '#945352'

red 148 ◦ green 83 ◦ blue 82

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

Shades of Copper Rust #945352

Tints of Copper Rust #945352

RGB

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

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

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

R = 47.28%
G = 26.52%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#945352 (or 0x945352) is known color: Copper Rust. HEX triplet: 94, 53 and 52. RGB value is (148,83,82). Sum of RGB (Red+Green+Blue) = 148+83+82=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #945352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945352 is #6BACAD. Grayscale: #666666. Windows color (decimal): -7056558 or 5395348. OLE color: 5395348.

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

Color convert

RGB 148 83 82 -
CMYK 0 0.44 0.45 0.42
HSL 0.91º 0.29% 0.45% -
HSV(B) 0.91º 0.45% 0.58% -
XYZ 16.83 13.09 9.62 -
YUV 102.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 148 83 82 0 0.44 0.45 0.42 0.91 0.29 0.45
Hex 94 53 52 0 2C 2D 2A 1 1D 2D
Octal 224 123 122 0 54 55 52 1 35 55
Binary 10010100 1010011 1010010 0 101100 101101 101010 1 11101 101101

Color Harmonies of #945352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945352

Black with #945352

Text Example


Text Example

White with #945352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945352; }

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

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

background-color css

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

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

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

border-color css

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

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

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