Html Css Color HEX #994B48 Copper Rust

📋 copy color: '#994B48'

red 153 ◦ green 75 ◦ blue 72

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

Shades of Copper Rust #994B48

Tints of Copper Rust #994B48

RGB

 RED value IS 153 (60.16% from 255) = 51%

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

 BLUE value IS 72 (28.52% from 255) = 24%

R = 51%
G = 25%
B = 24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#994B48 (or 0x994B48) is known color: Copper Rust. HEX triplet: 99, 4B and 48. RGB value is (153,75,72). Sum of RGB (Red+Green+Blue) = 153+75+72=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #994B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B48 is #66B4B7. Grayscale: #626262. Windows color (decimal): -6730936 or 4737945. OLE color: 4737945.

HSL color Cylindrical-coordinate representation of color #994B48: hue angle of 2.22º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994B48 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 75 72 -
CMYK 0 0.51 0.53 0.4
HSL 2.22º 0.36% 0.44% -
HSV(B) 2.22º 0.53% 0.6% -
XYZ 16.82 12.27 7.61 -
YUV 97.98 113.34 167.24 -
System Red Green Blue C M Y K H S L
Decimal 153 75 72 0 0.51 0.53 0.4 2.22 0.36 0.44
Hex 99 4B 48 0 33 35 28 2 24 2C
Octal 231 113 110 0 63 65 50 2 44 54
Binary 10011001 1001011 1001000 0 110011 110101 101000 10 100100 101100

Color Harmonies of #994B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994B48

Black with #994B48

Text Example


Text Example

White with #994B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994B48; }

 p { color: rgb(153,75,72); }

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

background-color css

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

 a { background-color: rgb(153,75,72); }

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

border-color css

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

 span { border-color: rgb(153,75,72); }

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