Html Css Color HEX #94504B Copper Rust

📋 copy color: '#94504B'

red 148 ◦ green 80 ◦ blue 75

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

Shades of Copper Rust #94504B

Tints of Copper Rust #94504B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.4%

 BLUE value IS 75 (29.69% from 255) = 24.75%

R = 48.84%
G = 26.4%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94504B (or 0x94504B) is known color: Copper Rust. HEX triplet: 94, 50 and 4B. RGB value is (148,80,75). Sum of RGB (Red+Green+Blue) = 148+80+75=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #94504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94504B is #6BAFB4. Grayscale: #636363. Windows color (decimal): -7057333 or 4935828. OLE color: 4935828.

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

Color convert

RGB 148 80 75 -
CMYK 0 0.46 0.49 0.42
HSL 4.11º 0.33% 0.44% -
HSV(B) 4.11º 0.49% 0.58% -
XYZ 16.35 12.54 8.22 -
YUV 99.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 148 80 75 0 0.46 0.49 0.42 4.11 0.33 0.44
Hex 94 50 4B 0 2E 31 2A 4 21 2C
Octal 224 120 113 0 56 61 52 4 41 54
Binary 10010100 1010000 1001011 0 101110 110001 101010 100 100001 101100

Color Harmonies of #94504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94504B

Black with #94504B

Text Example


Text Example

White with #94504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94504B; }

 p { color: rgb(148,80,75); }

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

background-color css

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

 a { background-color: rgb(148,80,75); }

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

border-color css

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

 span { border-color: rgb(148,80,75); }

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