Html Css Color HEX #944B4A Copper Rust

📋 copy color: '#944B4A'

red 148 ◦ green 75 ◦ blue 74

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

Shades of Copper Rust #944B4A

Tints of Copper Rust #944B4A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.25%

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

R = 49.83%
G = 25.25%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#944B4A (or 0x944B4A) is known color: Copper Rust. HEX triplet: 94, 4B and 4A. RGB value is (148,75,74). Sum of RGB (Red+Green+Blue) = 148+75+74=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #944B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944B4A is #6BB4B5. Grayscale: #606060. Windows color (decimal): -7058614 or 4869012. OLE color: 4869012.

HSL color Cylindrical-coordinate representation of color #944B4A: hue angle of 0.81º 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 #944B4A is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 75 74 -
CMYK 0 0.49 0.50 0.42
HSL 0.81º 0.33% 0.44% -
HSV(B) 0.81º 0.5% 0.58% -
XYZ 15.96 11.82 7.92 -
YUV 96.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 148 75 74 0 0.49 0.50 0.42 0.81 0.33 0.44
Hex 94 4B 4A 0 31 32 2A 1 21 2C
Octal 224 113 112 0 61 62 52 1 41 54
Binary 10010100 1001011 1001010 0 110001 110010 101010 1 100001 101100

Color Harmonies of #944B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944B4A

Black with #944B4A

Text Example


Text Example

White with #944B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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