Html Css Color HEX #9B584E Copper Rust

📋 copy color: '#9B584E'

red 155 ◦ green 88 ◦ blue 78

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

Shades of Copper Rust #9B584E

Tints of Copper Rust #9B584E

RGB

 RED value IS 155 (60.94% from 255) = 48.29%

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

 BLUE value IS 78 (30.86% from 255) = 24.3%

R = 48.29%
G = 27.41%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B584E (or 0x9B584E) is known color: Copper Rust. HEX triplet: 9B, 58 and 4E. RGB value is (155,88,78). Sum of RGB (Red+Green+Blue) = 155+88+78=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B584E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B584E is #64A7B1. Grayscale: #6A6A6A. Windows color (decimal): -6596530 or 5134491. OLE color: 5134491.

HSL color Cylindrical-coordinate representation of color #9B584E: hue angle of 7.79º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B584E is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 88 78 -
CMYK 0 0.43 0.50 0.39
HSL 7.79º 0.33% 0.46% -
HSV(B) 7.79º 0.5% 0.61% -
XYZ 18.38 14.5 9.04 -
YUV 106.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 155 88 78 0 0.43 0.50 0.39 7.79 0.33 0.46
Hex 9B 58 4E 0 2B 32 27 8 21 2E
Octal 233 130 116 0 53 62 47 10 41 56
Binary 10011011 1011000 1001110 0 101011 110010 100111 1000 100001 101110

Color Harmonies of #9B584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B584E

Black with #9B584E

Text Example


Text Example

White with #9B584E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B584E; }

 p { color: rgb(155,88,78); }

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

background-color css

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

 a { background-color: rgb(155,88,78); }

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

border-color css

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

 span { border-color: rgb(155,88,78); }

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