Html Css Color HEX #9D7A5D Sorrell Brown

📋 copy color: '#9D7A5D'

red 157 ◦ green 122 ◦ blue 93

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

Shades of Sorrell Brown #9D7A5D

Tints of Sorrell Brown #9D7A5D

RGB

 RED value IS 157 (61.72% from 255) = 42.2%

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

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

R = 42.2%
G = 32.8%
B = 25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9D7A5D (or 0x9D7A5D) is known color: Sorrell Brown. HEX triplet: 9D, 7A and 5D. RGB value is (157,122,93). Sum of RGB (Red+Green+Blue) = 157+122+93=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7A5D is #6285A2. Grayscale: #818181. Windows color (decimal): -6456739 or 6126237. OLE color: 6126237.

HSL color Cylindrical-coordinate representation of color #9D7A5D: hue angle of 27.19º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D7A5D is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 122 93 -
CMYK 0 0.22 0.41 0.38
HSL 27.19º 0.26% 0.49% -
HSV(B) 27.19º 0.41% 0.62% -
XYZ 22.84 21.88 13.37 -
YUV 129.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 157 122 93 0 0.22 0.41 0.38 27.19 0.26 0.49
Hex 9D 7A 5D 0 16 29 26 1B 1A 31
Octal 235 172 135 0 26 51 46 33 32 61
Binary 10011101 1111010 1011101 0 10110 101001 100110 11011 11010 110001

Color Harmonies of #9D7A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7A5D

Black with #9D7A5D

Text Example


Text Example

White with #9D7A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,122,93); }

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

background-color css

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

 a { background-color: rgb(157,122,93); }

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

border-color css

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

 span { border-color: rgb(157,122,93); }

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