Html Css Color HEX #945652 Copper Rust

📋 copy color: '#945652'

red 148 ◦ green 86 ◦ blue 82

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

Shades of Copper Rust #945652

Tints of Copper Rust #945652

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.22%

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

R = 46.84%
G = 27.22%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#945652 (or 0x945652) is known color: Copper Rust. HEX triplet: 94, 56 and 52. RGB value is (148,86,82). Sum of RGB (Red+Green+Blue) = 148+86+82=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #945652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945652 is #6BA9AD. Grayscale: #686868. Windows color (decimal): -7055790 or 5396116. OLE color: 5396116.

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

Color convert

RGB 148 86 82 -
CMYK 0 0.42 0.45 0.42
HSL 3.64º 0.29% 0.45% -
HSV(B) 3.64º 0.45% 0.58% -
XYZ 17.06 13.56 9.7 -
YUV 104.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 148 86 82 0 0.42 0.45 0.42 3.64 0.29 0.45
Hex 94 56 52 0 2A 2D 2A 4 1D 2D
Octal 224 126 122 0 52 55 52 4 35 55
Binary 10010100 1010110 1010010 0 101010 101101 101010 100 11101 101101

Color Harmonies of #945652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945652

Black with #945652

Text Example


Text Example

White with #945652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945652; }

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

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

background-color css

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

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

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

border-color css

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

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

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