Html Css Color HEX #95584C Copper Rust

📋 copy color: '#95584C'

red 149 ◦ green 88 ◦ blue 76

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

Shades of Copper Rust #95584C

Tints of Copper Rust #95584C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.12%

 BLUE value IS 76 (30.08% from 255) = 24.28%

R = 47.6%
G = 28.12%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95584C (or 0x95584C) is known color: Copper Rust. HEX triplet: 95, 58 and 4C. RGB value is (149,88,76). Sum of RGB (Red+Green+Blue) = 149+88+76=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #95584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95584C is #6AA7B3. Grayscale: #686868. Windows color (decimal): -6989748 or 5003413. OLE color: 5003413.

HSL color Cylindrical-coordinate representation of color #95584C: hue angle of 9.86º degrees, saturation: 0.32, 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 #95584C is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 88 76 -
CMYK 0 0.41 0.49 0.42
HSL 9.86º 0.32% 0.44% -
HSV(B) 9.86º 0.49% 0.58% -
XYZ 17.19 13.89 8.61 -
YUV 104.87 111.71 159.48 -
System Red Green Blue C M Y K H S L
Decimal 149 88 76 0 0.41 0.49 0.42 9.86 0.32 0.44
Hex 95 58 4C 0 29 31 2A A 20 2C
Octal 225 130 114 0 51 61 52 12 40 54
Binary 10010101 1011000 1001100 0 101001 110001 101010 1010 100000 101100

Color Harmonies of #95584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95584C

Black with #95584C

Text Example


Text Example

White with #95584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95584C; }

 p { color: rgb(149,88,76); }

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

background-color css

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

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

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

border-color css

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

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

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