Html Css Color HEX #9B7A5C Sorrell Brown

📋 copy color: '#9B7A5C'

red 155 ◦ green 122 ◦ blue 92

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

Shades of Sorrell Brown #9B7A5C

Tints of Sorrell Brown #9B7A5C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.06%

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

R = 42.01%
G = 33.06%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B7A5C (or 0x9B7A5C) is known color: Sorrell Brown. HEX triplet: 9B, 7A and 5C. RGB value is (155,122,92). Sum of RGB (Red+Green+Blue) = 155+122+92=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7A5C is #6485A3. Grayscale: #808080. Windows color (decimal): -6587812 or 6060699. OLE color: 6060699.

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

Color convert

RGB 155 122 92 -
CMYK 0 0.21 0.41 0.39
HSL 28.57º 0.26% 0.48% -
HSV(B) 28.57º 0.41% 0.61% -
XYZ 22.41 21.66 13.13 -
YUV 128.45 107.43 146.94 -
System Red Green Blue C M Y K H S L
Decimal 155 122 92 0 0.21 0.41 0.39 28.57 0.26 0.48
Hex 9B 7A 5C 0 15 29 27 1D 1A 30
Octal 233 172 134 0 25 51 47 35 32 60
Binary 10011011 1111010 1011100 0 10101 101001 100111 11101 11010 110000

Color Harmonies of #9B7A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7A5C

Black with #9B7A5C

Text Example


Text Example

White with #9B7A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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