Html Css Color HEX #954848 Copper Rust

📋 copy color: '#954848'

red 149 ◦ green 72 ◦ blue 72

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

Shades of Copper Rust #954848

Tints of Copper Rust #954848

RGB

 RED value IS 149 (58.59% from 255) = 50.85%

 GREEN value IS 72 (28.52% from 255) = 24.57%

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

R = 50.85%
G = 24.57%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#954848 (or 0x954848) is known color: Copper Rust. HEX triplet: 95, 48 and 48. RGB value is (149,72,72). Sum of RGB (Red+Green+Blue) = 149+72+72=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #954848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954848 is #6AB7B7. Grayscale: #5F5F5F. Windows color (decimal): -6993848 or 4737173. OLE color: 4737173.

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

Color convert

RGB 149 72 72 -
CMYK 0 0.52 0.52 0.42
HSL 0.35% 0.43% -
HSV(B) 0.52% 0.58% -
XYZ 15.88 11.49 7.51 -
YUV 95.02 115.01 166.5 -
System Red Green Blue C M Y K H S L
Decimal 149 72 72 0 0.52 0.52 0.42 0 0.35 0.43
Hex 95 48 48 0 34 34 2A 0 23 2B
Octal 225 110 110 0 64 64 52 0 43 53
Binary 10010101 1001000 1001000 0 110100 110100 101010 0 100011 101011

Color Harmonies of #954848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954848

Black with #954848

Text Example


Text Example

White with #954848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954848; }

 p { color: rgb(149,72,72); }

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

background-color css

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

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

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

border-color css

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

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

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