Html Css Color HEX #9B7448 Pale Brown

📋 copy color: '#9B7448'

red 155 ◦ green 116 ◦ blue 72

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

Shades of Pale Brown #9B7448

Tints of Pale Brown #9B7448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.82%

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

R = 45.19%
G = 33.82%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9B7448 (or 0x9B7448) is known color: Pale Brown. HEX triplet: 9B, 74 and 48. RGB value is (155,116,72). Sum of RGB (Red+Green+Blue) = 155+116+72=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7448 is #648BB7. Grayscale: #7A7A7A. Windows color (decimal): -6589368 or 4748443. OLE color: 4748443.

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

Color convert

RGB 155 116 72 -
CMYK 0 0.25 0.54 0.39
HSL 31.81º 0.37% 0.45% -
HSV(B) 31.81º 0.54% 0.61% -
XYZ 20.93 19.93 8.87 -
YUV 122.65 99.42 151.08 -
System Red Green Blue C M Y K H S L
Decimal 155 116 72 0 0.25 0.54 0.39 31.81 0.37 0.45
Hex 9B 74 48 0 19 36 27 20 25 2D
Octal 233 164 110 0 31 66 47 40 45 55
Binary 10011011 1110100 1001000 0 11001 110110 100111 100000 100101 101101

Color Harmonies of #9B7448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7448

Black with #9B7448

Text Example


Text Example

White with #9B7448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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