Html Css Color HEX #955748 Copper Rust

📋 copy color: '#955748'

red 149 ◦ green 87 ◦ blue 72

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

Shades of Copper Rust #955748

Tints of Copper Rust #955748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.25%

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

R = 48.38%
G = 28.25%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#955748 (or 0x955748) is known color: Copper Rust. HEX triplet: 95, 57 and 48. RGB value is (149,87,72). Sum of RGB (Red+Green+Blue) = 149+87+72=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #955748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955748 is #6AA8B7. Grayscale: #676767. Windows color (decimal): -6990008 or 4741013. OLE color: 4741013.

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

Color convert

RGB 149 87 72 -
CMYK 0 0.42 0.52 0.42
HSL 11.69º 0.35% 0.43% -
HSV(B) 11.69º 0.52% 0.58% -
XYZ 16.97 13.67 7.88 -
YUV 103.83 110.04 160.22 -
System Red Green Blue C M Y K H S L
Decimal 149 87 72 0 0.42 0.52 0.42 11.69 0.35 0.43
Hex 95 57 48 0 2A 34 2A C 23 2B
Octal 225 127 110 0 52 64 52 14 43 53
Binary 10010101 1010111 1001000 0 101010 110100 101010 1100 100011 101011

Color Harmonies of #955748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955748

Black with #955748

Text Example


Text Example

White with #955748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955748; }

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

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

background-color css

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

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

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

border-color css

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

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

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