Html Css Color HEX #9B4F48 Copper Rust

📋 copy color: '#9B4F48'

red 155 ◦ green 79 ◦ blue 72

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

Shades of Copper Rust #9B4F48

Tints of Copper Rust #9B4F48

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.82%

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

R = 50.65%
G = 25.82%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9B4F48 (or 0x9B4F48) is known color: Copper Rust. HEX triplet: 9B, 4F and 48. RGB value is (155,79,72). Sum of RGB (Red+Green+Blue) = 155+79+72=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B4F48 is #64B0B7. Grayscale: #656565. Windows color (decimal): -6598840 or 4738971. OLE color: 4738971.

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

Color convert

RGB 155 79 72 -
CMYK 0 0.49 0.54 0.39
HSL 5.06º 0.37% 0.45% -
HSV(B) 5.06º 0.54% 0.61% -
XYZ 17.48 13.03 7.72 -
YUV 100.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 155 79 72 0 0.49 0.54 0.39 5.06 0.37 0.45
Hex 9B 4F 48 0 31 36 27 5 25 2D
Octal 233 117 110 0 61 66 47 5 45 55
Binary 10011011 1001111 1001000 0 110001 110110 100111 101 100101 101101

Color Harmonies of #9B4F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4F48

Black with #9B4F48

Text Example


Text Example

White with #9B4F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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