Html Css Color HEX #9B5148 Copper Rust

📋 copy color: '#9B5148'

red 155 ◦ green 81 ◦ blue 72

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

Shades of Copper Rust #9B5148

Tints of Copper Rust #9B5148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.38%

R = 50.32%
G = 26.3%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9B5148 (or 0x9B5148) is known color: Copper Rust. HEX triplet: 9B, 51 and 48. RGB value is (155,81,72). Sum of RGB (Red+Green+Blue) = 155+81+72=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5148 is #64AEB7. Grayscale: #666666. Windows color (decimal): -6598328 or 4739483. OLE color: 4739483.

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

Color convert

RGB 155 81 72 -
CMYK 0 0.48 0.54 0.39
HSL 6.51º 0.37% 0.45% -
HSV(B) 6.51º 0.54% 0.61% -
XYZ 17.63 13.32 7.77 -
YUV 102.1 111.02 165.73 -
System Red Green Blue C M Y K H S L
Decimal 155 81 72 0 0.48 0.54 0.39 6.51 0.37 0.45
Hex 9B 51 48 0 30 36 27 7 25 2D
Octal 233 121 110 0 60 66 47 7 45 55
Binary 10011011 1010001 1001000 0 110000 110110 100111 111 100101 101101

Color Harmonies of #9B5148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5148

Black with #9B5148

Text Example


Text Example

White with #9B5148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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