Html Css Color HEX #9B7244 Pale Brown

📋 copy color: '#9B7244'

red 155 ◦ green 114 ◦ blue 68

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

Shades of Pale Brown #9B7244

Tints of Pale Brown #9B7244

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

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

R = 45.99%
G = 33.83%
B = 20.18%

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

#9B7244 (or 0x9B7244) is known color: Pale Brown. HEX triplet: 9B, 72 and 44. RGB value is (155,114,68). Sum of RGB (Red+Green+Blue) = 155+114+68=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7244 is #648DBB. Grayscale: #797979. Windows color (decimal): -6589884 or 4485787. OLE color: 4485787.

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

Color convert

RGB 155 114 68 -
CMYK 0 0.26 0.56 0.39
HSL 31.72º 0.39% 0.44% -
HSV(B) 31.72º 0.56% 0.61% -
XYZ 20.58 19.42 8.13 -
YUV 121.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 155 114 68 0 0.26 0.56 0.39 31.72 0.39 0.44
Hex 9B 72 44 0 1A 38 27 20 27 2C
Octal 233 162 104 0 32 70 47 40 47 54
Binary 10011011 1110010 1000100 0 11010 111000 100111 100000 100111 101100

Color Harmonies of #9B7244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7244

Black with #9B7244

Text Example


Text Example

White with #9B7244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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