Html Css Color HEX #9B785A Pale Brown

📋 copy color: '#9B785A'

red 155 ◦ green 120 ◦ blue 90

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

Shades of Pale Brown #9B785A

Tints of Pale Brown #9B785A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.88%

 BLUE value IS 90 (35.55% from 255) = 24.66%

R = 42.47%
G = 32.88%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9B785A (or 0x9B785A) is known color: Pale Brown. HEX triplet: 9B, 78 and 5A. RGB value is (155,120,90). Sum of RGB (Red+Green+Blue) = 155+120+90=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B785A is #6487A5. Grayscale: #7F7F7F. Windows color (decimal): -6588326 or 5929115. OLE color: 5929115.

HSL color Cylindrical-coordinate representation of color #9B785A: hue angle of 27.69º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B785A is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 120 90 -
CMYK 0 0.23 0.42 0.39
HSL 27.69º 0.27% 0.48% -
HSV(B) 27.69º 0.42% 0.61% -
XYZ 22.08 21.14 12.59 -
YUV 127.05 107.1 147.94 -
System Red Green Blue C M Y K H S L
Decimal 155 120 90 0 0.23 0.42 0.39 27.69 0.27 0.48
Hex 9B 78 5A 0 17 2A 27 1C 1B 30
Octal 233 170 132 0 27 52 47 34 33 60
Binary 10011011 1111000 1011010 0 10111 101010 100111 11100 11011 110000

Color Harmonies of #9B785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B785A

Black with #9B785A

Text Example


Text Example

White with #9B785A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,120,90); }

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

background-color css

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

 a { background-color: rgb(155,120,90); }

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

border-color css

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

 span { border-color: rgb(155,120,90); }

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