Html Css Color HEX #9B785F Sorrell Brown

📋 copy color: '#9B785F'

red 155 ◦ green 120 ◦ blue 95

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

Shades of Sorrell Brown #9B785F

Tints of Sorrell Brown #9B785F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.68%

R = 41.89%
G = 32.43%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B785F (or 0x9B785F) is known color: Sorrell Brown. HEX triplet: 9B, 78 and 5F. RGB value is (155,120,95). Sum of RGB (Red+Green+Blue) = 155+120+95=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B785F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B785F is #6487A0. Grayscale: #7F7F7F. Windows color (decimal): -6588321 or 6256795. OLE color: 6256795.

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

Color convert

RGB 155 120 95 -
CMYK 0 0.23 0.39 0.39
HSL 25º 0.24% 0.49% -
HSV(B) 25º 0.39% 0.61% -
XYZ 22.3 21.23 13.75 -
YUV 127.62 109.6 147.53 -
System Red Green Blue C M Y K H S L
Decimal 155 120 95 0 0.23 0.39 0.39 25 0.24 0.49
Hex 9B 78 5F 0 17 27 27 19 18 31
Octal 233 170 137 0 27 47 47 31 30 61
Binary 10011011 1111000 1011111 0 10111 100111 100111 11001 11000 110001

Color Harmonies of #9B785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B785F

Black with #9B785F

Text Example


Text Example

White with #9B785F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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