Html Css Color HEX #945452 Copper Rust

📋 copy color: '#945452'

red 148 ◦ green 84 ◦ blue 82

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

Shades of Copper Rust #945452

Tints of Copper Rust #945452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.75%

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

R = 47.13%
G = 26.75%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#945452 (or 0x945452) is known color: Copper Rust. HEX triplet: 94, 54 and 52. RGB value is (148,84,82). Sum of RGB (Red+Green+Blue) = 148+84+82=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #945452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945452 is #6BABAD. Grayscale: #666666. Windows color (decimal): -7056302 or 5395604. OLE color: 5395604.

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

Color convert

RGB 148 84 82 -
CMYK 0 0.43 0.45 0.42
HSL 1.82º 0.29% 0.45% -
HSV(B) 1.82º 0.45% 0.58% -
XYZ 16.91 13.25 9.65 -
YUV 102.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 148 84 82 0 0.43 0.45 0.42 1.82 0.29 0.45
Hex 94 54 52 0 2B 2D 2A 2 1D 2D
Octal 224 124 122 0 53 55 52 2 35 55
Binary 10010100 1010100 1010010 0 101011 101101 101010 10 11101 101101

Color Harmonies of #945452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945452

Black with #945452

Text Example


Text Example

White with #945452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945452; }

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

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

background-color css

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

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

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

border-color css

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

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

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