Html Css Color HEX #9B785E Sorrell Brown

📋 copy color: '#9B785E'

red 155 ◦ green 120 ◦ blue 94

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

Shades of Sorrell Brown #9B785E

Tints of Sorrell Brown #9B785E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.47%

R = 42.01%
G = 32.52%
B = 25.47%

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

#9B785E (or 0x9B785E) is known color: Sorrell Brown. HEX triplet: 9B, 78 and 5E. RGB value is (155,120,94). Sum of RGB (Red+Green+Blue) = 155+120+94=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B785E is #6487A1. Grayscale: #7F7F7F. Windows color (decimal): -6588322 or 6191259. OLE color: 6191259.

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

Color convert

RGB 155 120 94 -
CMYK 0 0.23 0.39 0.39
HSL 25.57º 0.24% 0.49% -
HSV(B) 25.57º 0.39% 0.61% -
XYZ 22.25 21.21 13.51 -
YUV 127.5 109.1 147.61 -
System Red Green Blue C M Y K H S L
Decimal 155 120 94 0 0.23 0.39 0.39 25.57 0.24 0.49
Hex 9B 78 5E 0 17 27 27 1A 18 31
Octal 233 170 136 0 27 47 47 32 30 61
Binary 10011011 1111000 1011110 0 10111 100111 100111 11010 11000 110001

Color Harmonies of #9B785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B785E

Black with #9B785E

Text Example


Text Example

White with #9B785E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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