Html Css Color HEX #9B4E4D Copper Rust

📋 copy color: '#9B4E4D'

red 155 ◦ green 78 ◦ blue 77

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

Shades of Copper Rust #9B4E4D

Tints of Copper Rust #9B4E4D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.16%

 BLUE value IS 77 (30.47% from 255) = 24.84%

R = 50%
G = 25.16%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B4E4D (or 0x9B4E4D) is known color: Copper Rust. HEX triplet: 9B, 4E and 4D. RGB value is (155,78,77). Sum of RGB (Red+Green+Blue) = 155+78+77=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4E4D is #64B1B2. Grayscale: #646464. Windows color (decimal): -6599091 or 5066395. OLE color: 5066395.

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

Color convert

RGB 155 78 77 -
CMYK 0 0.50 0.50 0.39
HSL 0.77º 0.34% 0.45% -
HSV(B) 0.77º 0.5% 0.61% -
XYZ 17.58 12.95 8.59 -
YUV 100.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 155 78 77 0 0.50 0.50 0.39 0.77 0.34 0.45
Hex 9B 4E 4D 0 32 32 27 1 22 2D
Octal 233 116 115 0 62 62 47 1 42 55
Binary 10011011 1001110 1001101 0 110010 110010 100111 1 100010 101101

Color Harmonies of #9B4E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4E4D

Black with #9B4E4D

Text Example


Text Example

White with #9B4E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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