Html Css Color HEX #9B7344 Pale Brown

📋 copy color: '#9B7344'

red 155 ◦ green 115 ◦ blue 68

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

Shades of Pale Brown #9B7344

Tints of Pale Brown #9B7344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.12%

R = 45.86%
G = 34.02%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#9B7344 (or 0x9B7344) is known color: Pale Brown. HEX triplet: 9B, 73 and 44. RGB value is (155,115,68). Sum of RGB (Red+Green+Blue) = 155+115+68=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7344 is #648CBB. Grayscale: #797979. Windows color (decimal): -6589628 or 4486043. OLE color: 4486043.

HSL color Cylindrical-coordinate representation of color #9B7344: hue angle of 32.41º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B7344 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 115 68 -
CMYK 0 0.26 0.56 0.39
HSL 32.41º 0.39% 0.44% -
HSV(B) 32.41º 0.56% 0.61% -
XYZ 20.69 19.65 8.17 -
YUV 121.6 97.75 151.82 -
System Red Green Blue C M Y K H S L
Decimal 155 115 68 0 0.26 0.56 0.39 32.41 0.39 0.44
Hex 9B 73 44 0 1A 38 27 20 27 2C
Octal 233 163 104 0 32 70 47 40 47 54
Binary 10011011 1110011 1000100 0 11010 111000 100111 100000 100111 101100

Color Harmonies of #9B7344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7344

Black with #9B7344

Text Example


Text Example

White with #9B7344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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