Html Css Color HEX #9B7E5C Sorrell Brown

📋 copy color: '#9B7E5C'

red 155 ◦ green 126 ◦ blue 92

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

Shades of Sorrell Brown #9B7E5C

Tints of Sorrell Brown #9B7E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.66%

R = 41.55%
G = 33.78%
B = 24.66%

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

#9B7E5C (or 0x9B7E5C) is known color: Sorrell Brown. HEX triplet: 9B, 7E and 5C. RGB value is (155,126,92). Sum of RGB (Red+Green+Blue) = 155+126+92=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7E5C is #6481A3. Grayscale: #828282. Windows color (decimal): -6586788 or 6061723. OLE color: 6061723.

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

Color convert

RGB 155 126 92 -
CMYK 0 0.19 0.41 0.39
HSL 32.38º 0.26% 0.48% -
HSV(B) 32.38º 0.41% 0.61% -
XYZ 22.91 22.66 13.29 -
YUV 130.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 155 126 92 0 0.19 0.41 0.39 32.38 0.26 0.48
Hex 9B 7E 5C 0 13 29 27 20 1A 30
Octal 233 176 134 0 23 51 47 40 32 60
Binary 10011011 1111110 1011100 0 10011 101001 100111 100000 11010 110000

Color Harmonies of #9B7E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7E5C

Black with #9B7E5C

Text Example


Text Example

White with #9B7E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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