Html Css Color HEX #945752 Copper Rust

📋 copy color: '#945752'

red 148 ◦ green 87 ◦ blue 82

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

Shades of Copper Rust #945752

Tints of Copper Rust #945752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.44%

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

R = 46.69%
G = 27.44%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#945752 (or 0x945752) is known color: Copper Rust. HEX triplet: 94, 57 and 52. RGB value is (148,87,82). Sum of RGB (Red+Green+Blue) = 148+87+82=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #945752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945752 is #6BA8AD. Grayscale: #686868. Windows color (decimal): -7055534 or 5396372. OLE color: 5396372.

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

Color convert

RGB 148 87 82 -
CMYK 0 0.41 0.45 0.42
HSL 4.55º 0.29% 0.45% -
HSV(B) 4.55º 0.45% 0.58% -
XYZ 17.14 13.72 9.73 -
YUV 104.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 148 87 82 0 0.41 0.45 0.42 4.55 0.29 0.45
Hex 94 57 52 0 29 2D 2A 5 1D 2D
Octal 224 127 122 0 51 55 52 5 35 55
Binary 10010100 1010111 1010010 0 101001 101101 101010 101 11101 101101

Color Harmonies of #945752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945752

Black with #945752

Text Example


Text Example

White with #945752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945752; }

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

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

background-color css

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

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

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

border-color css

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

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

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