Html Css Color HEX #9B4E46 Copper Rust

📋 copy color: '#9B4E46'

red 155 ◦ green 78 ◦ blue 70

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

Shades of Copper Rust #9B4E46

Tints of Copper Rust #9B4E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.1%

R = 51.16%
G = 25.74%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9B4E46 (or 0x9B4E46) is known color: Copper Rust. HEX triplet: 9B, 4E and 46. RGB value is (155,78,70). Sum of RGB (Red+Green+Blue) = 155+78+70=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B4E46 is #64B1B9. Grayscale: #646464. Windows color (decimal): -6599098 or 4607643. OLE color: 4607643.

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

Color convert

RGB 155 78 70 -
CMYK 0 0.50 0.55 0.39
HSL 5.65º 0.38% 0.44% -
HSV(B) 5.65º 0.55% 0.61% -
XYZ 17.35 12.86 7.36 -
YUV 100.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 155 78 70 0 0.50 0.55 0.39 5.65 0.38 0.44
Hex 9B 4E 46 0 32 37 27 6 26 2C
Octal 233 116 106 0 62 67 47 6 46 54
Binary 10011011 1001110 1000110 0 110010 110111 100111 110 100110 101100

Color Harmonies of #9B4E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4E46

Black with #9B4E46

Text Example


Text Example

White with #9B4E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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