Html Css Color HEX #9B7E5B Sorrell Brown

📋 copy color: '#9B7E5B'

red 155 ◦ green 126 ◦ blue 91

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

Shades of Sorrell Brown #9B7E5B

Tints of Sorrell Brown #9B7E5B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.87%

 BLUE value IS 91 (35.94% from 255) = 24.46%

R = 41.67%
G = 33.87%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B7E5B (or 0x9B7E5B) is known color: Sorrell Brown. HEX triplet: 9B, 7E and 5B. RGB value is (155,126,91). Sum of RGB (Red+Green+Blue) = 155+126+91=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7E5B is #6481A4. Grayscale: #828282. Windows color (decimal): -6586789 or 5996187. OLE color: 5996187.

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

Color convert

RGB 155 126 91 -
CMYK 0 0.19 0.41 0.39
HSL 32.81º 0.26% 0.48% -
HSV(B) 32.81º 0.41% 0.61% -
XYZ 22.87 22.65 13.06 -
YUV 130.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 155 126 91 0 0.19 0.41 0.39 32.81 0.26 0.48
Hex 9B 7E 5B 0 13 29 27 21 1A 30
Octal 233 176 133 0 23 51 47 41 32 60
Binary 10011011 1111110 1011011 0 10011 101001 100111 100001 11010 110000

Color Harmonies of #9B7E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7E5B

Black with #9B7E5B

Text Example


Text Example

White with #9B7E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,126,91); }

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

background-color css

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

 a { background-color: rgb(155,126,91); }

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

border-color css

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

 span { border-color: rgb(155,126,91); }

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