Html Css Color HEX #94534E Copper Rust

📋 copy color: '#94534E'

red 148 ◦ green 83 ◦ blue 78

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

Shades of Copper Rust #94534E

Tints of Copper Rust #94534E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.24%

R = 47.9%
G = 26.86%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#94534E (or 0x94534E) is known color: Copper Rust. HEX triplet: 94, 53 and 4E. RGB value is (148,83,78). Sum of RGB (Red+Green+Blue) = 148+83+78=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #94534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94534E is #6BACB1. Grayscale: #656565. Windows color (decimal): -7056562 or 5133204. OLE color: 5133204.

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

Color convert

RGB 148 83 78 -
CMYK 0 0.44 0.47 0.42
HSL 4.29º 0.31% 0.44% -
HSV(B) 4.29º 0.47% 0.58% -
XYZ 16.68 13.03 8.84 -
YUV 101.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 148 83 78 0 0.44 0.47 0.42 4.29 0.31 0.44
Hex 94 53 4E 0 2C 2F 2A 4 1F 2C
Octal 224 123 116 0 54 57 52 4 37 54
Binary 10010100 1010011 1001110 0 101100 101111 101010 100 11111 101100

Color Harmonies of #94534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94534E

Black with #94534E

Text Example


Text Example

White with #94534E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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