Html Css Color HEX #9B805C Sorrell Brown

📋 copy color: '#9B805C'

red 155 ◦ green 128 ◦ blue 92

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

Shades of Sorrell Brown #9B805C

Tints of Sorrell Brown #9B805C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.13%

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

R = 41.33%
G = 34.13%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B805C (or 0x9B805C) is known color: Sorrell Brown. HEX triplet: 9B, 80 and 5C. RGB value is (155,128,92). Sum of RGB (Red+Green+Blue) = 155+128+92=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 155 - color contains mainly: red. Hex color #9B805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B805C is #647FA3. Grayscale: #848484. Windows color (decimal): -6586276 or 6062235. OLE color: 6062235.

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

Color convert

RGB 155 128 92 -
CMYK 0 0.17 0.41 0.39
HSL 34.29º 0.26% 0.48% -
HSV(B) 34.29º 0.41% 0.61% -
XYZ 23.17 23.18 13.38 -
YUV 131.97 105.45 144.43 -
System Red Green Blue C M Y K H S L
Decimal 155 128 92 0 0.17 0.41 0.39 34.29 0.26 0.48
Hex 9B 80 5C 0 11 29 27 22 1A 30
Octal 233 200 134 0 21 51 47 42 32 60
Binary 10011011 10000000 1011100 0 10001 101001 100111 100010 11010 110000

Color Harmonies of #9B805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B805C

Black with #9B805C

Text Example


Text Example

White with #9B805C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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