Html Css Color HEX #9B7F5C Sorrell Brown

📋 copy color: '#9B7F5C'

red 155 ◦ green 127 ◦ blue 92

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

Shades of Sorrell Brown #9B7F5C

Tints of Sorrell Brown #9B7F5C

RGB

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

 GREEN value IS 127 (50% from 255) = 33.96%

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

R = 41.44%
G = 33.96%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B7F5C (or 0x9B7F5C) is known color: Sorrell Brown. HEX triplet: 9B, 7F and 5C. RGB value is (155,127,92). Sum of RGB (Red+Green+Blue) = 155+127+92=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7F5C is #6480A3. Grayscale: #838383. Windows color (decimal): -6586532 or 6061979. OLE color: 6061979.

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

Color convert

RGB 155 127 92 -
CMYK 0 0.18 0.41 0.39
HSL 33.33º 0.26% 0.48% -
HSV(B) 33.33º 0.41% 0.61% -
XYZ 23.04 22.92 13.33 -
YUV 131.38 105.78 144.85 -
System Red Green Blue C M Y K H S L
Decimal 155 127 92 0 0.18 0.41 0.39 33.33 0.26 0.48
Hex 9B 7F 5C 0 12 29 27 21 1A 30
Octal 233 177 134 0 22 51 47 41 32 60
Binary 10011011 1111111 1011100 0 10010 101001 100111 100001 11010 110000

Color Harmonies of #9B7F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F5C

Black with #9B7F5C

Text Example


Text Example

White with #9B7F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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