Html Css Color HEX #94534A Copper Rust

📋 copy color: '#94534A'

red 148 ◦ green 83 ◦ blue 74

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

Shades of Copper Rust #94534A

Tints of Copper Rust #94534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.21%

 BLUE value IS 74 (29.3% from 255) = 24.26%

R = 48.52%
G = 27.21%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#94534A (or 0x94534A) is known color: Copper Rust. HEX triplet: 94, 53 and 4A. RGB value is (148,83,74). Sum of RGB (Red+Green+Blue) = 148+83+74=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #94534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94534A is #6BACB5. Grayscale: #656565. Windows color (decimal): -7056566 or 4871060. OLE color: 4871060.

HSL color Cylindrical-coordinate representation of color #94534A: hue angle of 7.3º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94534A is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 83 74 -
CMYK 0 0.44 0.50 0.42
HSL 7.3º 0.33% 0.44% -
HSV(B) 7.3º 0.5% 0.58% -
XYZ 16.54 12.98 8.11 -
YUV 101.41 112.53 161.23 -
System Red Green Blue C M Y K H S L
Decimal 148 83 74 0 0.44 0.50 0.42 7.3 0.33 0.44
Hex 94 53 4A 0 2C 32 2A 7 21 2C
Octal 224 123 112 0 54 62 52 7 41 54
Binary 10010100 1010011 1001010 0 101100 110010 101010 111 100001 101100

Color Harmonies of #94534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94534A

Black with #94534A

Text Example


Text Example

White with #94534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94534A; }

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

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

background-color css

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

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

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

border-color css

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

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

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