Html Css Color HEX #945553 Copper Rust

📋 copy color: '#945553'

red 148 ◦ green 85 ◦ blue 83

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

Shades of Copper Rust #945553

Tints of Copper Rust #945553

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

 BLUE value IS 83 (32.81% from 255) = 26.27%

R = 46.84%
G = 26.9%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#945553 (or 0x945553) is known color: Copper Rust. HEX triplet: 94, 55 and 53. RGB value is (148,85,83). Sum of RGB (Red+Green+Blue) = 148+85+83=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #945553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945553 is #6BAAAC. Grayscale: #676767. Windows color (decimal): -7056045 or 5461396. OLE color: 5461396.

HSL color Cylindrical-coordinate representation of color #945553: hue angle of 1.85º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #945553 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 85 83 -
CMYK 0 0.43 0.44 0.42
HSL 1.85º 0.28% 0.45% -
HSV(B) 1.85º 0.44% 0.58% -
XYZ 17.02 13.42 9.88 -
YUV 103.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 148 85 83 0 0.43 0.44 0.42 1.85 0.28 0.45
Hex 94 55 53 0 2B 2C 2A 2 1C 2D
Octal 224 125 123 0 53 54 52 2 34 55
Binary 10010100 1010101 1010011 0 101011 101100 101010 10 11100 101101

Color Harmonies of #945553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945553

Black with #945553

Text Example


Text Example

White with #945553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945553; }

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

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

background-color css

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

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

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

border-color css

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

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

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