Html Css Color HEX #9B7346 Pale Brown

📋 copy color: '#9B7346'

red 155 ◦ green 115 ◦ blue 70

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

Shades of Pale Brown #9B7346

Tints of Pale Brown #9B7346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.82%

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

R = 45.59%
G = 33.82%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9B7346 (or 0x9B7346) is known color: Pale Brown. HEX triplet: 9B, 73 and 46. RGB value is (155,115,70). Sum of RGB (Red+Green+Blue) = 155+115+70=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7346 is #648CB9. Grayscale: #7A7A7A. Windows color (decimal): -6589626 or 4617115. OLE color: 4617115.

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

Color convert

RGB 155 115 70 -
CMYK 0 0.26 0.55 0.39
HSL 31.76º 0.38% 0.44% -
HSV(B) 31.76º 0.55% 0.61% -
XYZ 20.75 19.67 8.5 -
YUV 121.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 155 115 70 0 0.26 0.55 0.39 31.76 0.38 0.44
Hex 9B 73 46 0 1A 37 27 20 26 2C
Octal 233 163 106 0 32 67 47 40 46 54
Binary 10011011 1110011 1000110 0 11010 110111 100111 100000 100110 101100

Color Harmonies of #9B7346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7346

Black with #9B7346

Text Example


Text Example

White with #9B7346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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