Html Css Color HEX #945852 Copper Rust

📋 copy color: '#945852'

red 148 ◦ green 88 ◦ blue 82

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

Shades of Copper Rust #945852

Tints of Copper Rust #945852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.67%

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

R = 46.54%
G = 27.67%
B = 25.79%

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

#945852 (or 0x945852) is known color: Copper Rust. HEX triplet: 94, 58 and 52. RGB value is (148,88,82). Sum of RGB (Red+Green+Blue) = 148+88+82=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #945852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945852 is #6BA7AD. Grayscale: #696969. Windows color (decimal): -7055278 or 5396628. OLE color: 5396628.

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

Color convert

RGB 148 88 82 -
CMYK 0 0.41 0.45 0.42
HSL 5.45º 0.29% 0.45% -
HSV(B) 5.45º 0.45% 0.58% -
XYZ 17.23 13.88 9.75 -
YUV 105.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 148 88 82 0 0.41 0.45 0.42 5.45 0.29 0.45
Hex 94 58 52 0 29 2D 2A 5 1D 2D
Octal 224 130 122 0 51 55 52 5 35 55
Binary 10010100 1011000 1010010 0 101001 101101 101010 101 11101 101101

Color Harmonies of #945852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945852

Black with #945852

Text Example


Text Example

White with #945852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945852; }

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

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

background-color css

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

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

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

border-color css

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

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

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