Html Css Color HEX #9B7F5D Sorrell Brown

📋 copy color: '#9B7F5D'

red 155 ◦ green 127 ◦ blue 93

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

Shades of Sorrell Brown #9B7F5D

Tints of Sorrell Brown #9B7F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.8%

R = 41.33%
G = 33.87%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B7F5D (or 0x9B7F5D) is known color: Sorrell Brown. HEX triplet: 9B, 7F and 5D. RGB value is (155,127,93). Sum of RGB (Red+Green+Blue) = 155+127+93=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7F5D is #6480A2. Grayscale: #838383. Windows color (decimal): -6586531 or 6127515. OLE color: 6127515.

HSL color Cylindrical-coordinate representation of color #9B7F5D: hue angle of 32.9º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B7F5D is Cyan = 0, Magento = 0.18, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 127 93 -
CMYK 0 0.18 0.4 0.39
HSL 32.9º 0.25% 0.49% -
HSV(B) 32.9º 0.4% 0.61% -
XYZ 23.08 22.94 13.57 -
YUV 131.5 106.28 144.76 -
System Red Green Blue C M Y K H S L
Decimal 155 127 93 0 0.18 0.4 0.39 32.9 0.25 0.49
Hex 9B 7F 5D 0 12 28 27 21 19 31
Octal 233 177 135 0 22 50 47 41 31 61
Binary 10011011 1111111 1011101 0 10010 101000 100111 100001 11001 110001

Color Harmonies of #9B7F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F5D

Black with #9B7F5D

Text Example


Text Example

White with #9B7F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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