Html Css Color HEX #9B815C Sorrell Brown

📋 copy color: '#9B815C'

red 155 ◦ green 129 ◦ blue 92

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

Shades of Sorrell Brown #9B815C

Tints of Sorrell Brown #9B815C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.31%

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

R = 41.22%
G = 34.31%
B = 24.47%

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

#9B815C (or 0x9B815C) is known color: Sorrell Brown. HEX triplet: 9B, 81 and 5C. RGB value is (155,129,92). Sum of RGB (Red+Green+Blue) = 155+129+92=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B815C is #647EA3. Grayscale: #848484. Windows color (decimal): -6586020 or 6062491. OLE color: 6062491.

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

Color convert

RGB 155 129 92 -
CMYK 0 0.17 0.41 0.39
HSL 35.24º 0.26% 0.48% -
HSV(B) 35.24º 0.41% 0.61% -
XYZ 23.3 23.44 13.42 -
YUV 132.56 105.11 144.01 -
System Red Green Blue C M Y K H S L
Decimal 155 129 92 0 0.17 0.41 0.39 35.24 0.26 0.48
Hex 9B 81 5C 0 11 29 27 23 1A 30
Octal 233 201 134 0 21 51 47 43 32 60
Binary 10011011 10000001 1011100 0 10001 101001 100111 100011 11010 110000

Color Harmonies of #9B815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B815C

Black with #9B815C

Text Example


Text Example

White with #9B815C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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