Html Css Color HEX #9D805D Sorrell Brown

📋 copy color: '#9D805D'

red 157 ◦ green 128 ◦ blue 93

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

Shades of Sorrell Brown #9D805D

Tints of Sorrell Brown #9D805D

RGB

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

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

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

R = 41.53%
G = 33.86%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9D805D (or 0x9D805D) is known color: Sorrell Brown. HEX triplet: 9D, 80 and 5D. RGB value is (157,128,93). Sum of RGB (Red+Green+Blue) = 157+128+93=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D805D is #627FA2. Grayscale: #848484. Windows color (decimal): -6455203 or 6127773. OLE color: 6127773.

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

Color convert

RGB 157 128 93 -
CMYK 0 0.18 0.41 0.38
HSL 32.81º 0.26% 0.49% -
HSV(B) 32.81º 0.41% 0.62% -
XYZ 23.6 23.4 13.63 -
YUV 132.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 157 128 93 0 0.18 0.41 0.38 32.81 0.26 0.49
Hex 9D 80 5D 0 12 29 26 21 1A 31
Octal 235 200 135 0 22 51 46 41 32 61
Binary 10011101 10000000 1011101 0 10010 101001 100110 100001 11010 110001

Color Harmonies of #9D805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D805D

Black with #9D805D

Text Example


Text Example

White with #9D805D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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