Html Css Color HEX #9B5145 Copper Rust

📋 copy color: '#9B5145'

red 155 ◦ green 81 ◦ blue 69

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

Shades of Copper Rust #9B5145

Tints of Copper Rust #9B5145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.56%

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

R = 50.82%
G = 26.56%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9B5145 (or 0x9B5145) is known color: Copper Rust. HEX triplet: 9B, 51 and 45. RGB value is (155,81,69). Sum of RGB (Red+Green+Blue) = 155+81+69=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5145 is #64AEBA. Grayscale: #656565. Windows color (decimal): -6598331 or 4542875. OLE color: 4542875.

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

Color convert

RGB 155 81 69 -
CMYK 0 0.48 0.55 0.39
HSL 8.37º 0.38% 0.44% -
HSV(B) 8.37º 0.55% 0.61% -
XYZ 17.53 13.28 7.27 -
YUV 101.76 109.52 165.98 -
System Red Green Blue C M Y K H S L
Decimal 155 81 69 0 0.48 0.55 0.39 8.37 0.38 0.44
Hex 9B 51 45 0 30 37 27 8 26 2C
Octal 233 121 105 0 60 67 47 10 46 54
Binary 10011011 1010001 1000101 0 110000 110111 100111 1000 100110 101100

Color Harmonies of #9B5145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5145

Black with #9B5145

Text Example


Text Example

White with #9B5145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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