Html Css Color HEX #9B4E45 Copper Rust

📋 copy color: '#9B4E45'

red 155 ◦ green 78 ◦ blue 69

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

Shades of Copper Rust #9B4E45

Tints of Copper Rust #9B4E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.85%

R = 51.32%
G = 25.83%
B = 22.85%

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

#9B4E45 (or 0x9B4E45) is known color: Copper Rust. HEX triplet: 9B, 4E and 45. RGB value is (155,78,69). Sum of RGB (Red+Green+Blue) = 155+78+69=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B4E45 is #64B1BA. Grayscale: #646464. Windows color (decimal): -6599099 or 4542107. OLE color: 4542107.

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

Color convert

RGB 155 78 69 -
CMYK 0 0.50 0.55 0.39
HSL 6.28º 0.38% 0.44% -
HSV(B) 6.28º 0.55% 0.61% -
XYZ 17.32 12.85 7.2 -
YUV 100 110.51 167.23 -
System Red Green Blue C M Y K H S L
Decimal 155 78 69 0 0.50 0.55 0.39 6.28 0.38 0.44
Hex 9B 4E 45 0 32 37 27 6 26 2C
Octal 233 116 105 0 62 67 47 6 46 54
Binary 10011011 1001110 1000101 0 110010 110111 100111 110 100110 101100

Color Harmonies of #9B4E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4E45

Black with #9B4E45

Text Example


Text Example

White with #9B4E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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