Html Css Color HEX #9B554E Copper Rust

📋 copy color: '#9B554E'

red 155 ◦ green 85 ◦ blue 78

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

Shades of Copper Rust #9B554E

Tints of Copper Rust #9B554E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.73%

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

R = 48.74%
G = 26.73%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B554E (or 0x9B554E) is known color: Copper Rust. HEX triplet: 9B, 55 and 4E. RGB value is (155,85,78). Sum of RGB (Red+Green+Blue) = 155+85+78=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B554E is #64AAB1. Grayscale: #696969. Windows color (decimal): -6597298 or 5133723. OLE color: 5133723.

HSL color Cylindrical-coordinate representation of color #9B554E: hue angle of 5.45º 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 #9B554E is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 85 78 -
CMYK 0 0.45 0.50 0.39
HSL 5.45º 0.33% 0.46% -
HSV(B) 5.45º 0.5% 0.61% -
XYZ 18.14 14.02 8.96 -
YUV 105.13 112.69 163.57 -
System Red Green Blue C M Y K H S L
Decimal 155 85 78 0 0.45 0.50 0.39 5.45 0.33 0.46
Hex 9B 55 4E 0 2D 32 27 5 21 2E
Octal 233 125 116 0 55 62 47 5 41 56
Binary 10011011 1010101 1001110 0 101101 110010 100111 101 100001 101110

Color Harmonies of #9B554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B554E

Black with #9B554E

Text Example


Text Example

White with #9B554E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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