Html Css Color HEX #9B5246 Copper Rust

📋 copy color: '#9B5246'

red 155 ◦ green 82 ◦ blue 70

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

Shades of Copper Rust #9B5246

Tints of Copper Rust #9B5246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.71%

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

R = 50.49%
G = 26.71%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9B5246 (or 0x9B5246) is known color: Copper Rust. HEX triplet: 9B, 52 and 46. RGB value is (155,82,70). Sum of RGB (Red+Green+Blue) = 155+82+70=307 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.49% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5246 is #64ADB9. Grayscale: #666666. Windows color (decimal): -6598074 or 4608667. OLE color: 4608667.

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

Color convert

RGB 155 82 70 -
CMYK 0 0.47 0.55 0.39
HSL 8.47º 0.38% 0.44% -
HSV(B) 8.47º 0.55% 0.61% -
XYZ 17.64 13.45 7.46 -
YUV 102.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 155 82 70 0 0.47 0.55 0.39 8.47 0.38 0.44
Hex 9B 52 46 0 2F 37 27 8 26 2C
Octal 233 122 106 0 57 67 47 10 46 54
Binary 10011011 1010010 1000110 0 101111 110111 100111 1000 100110 101100

Color Harmonies of #9B5246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5246

Black with #9B5246

Text Example


Text Example

White with #9B5246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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