Html Css Color HEX #9A785D Sorrell Brown

📋 copy color: '#9A785D'

red 154 ◦ green 120 ◦ blue 93

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

Shades of Sorrell Brown #9A785D

Tints of Sorrell Brown #9A785D

RGB

 RED value IS 154 (60.55% from 255) = 41.96%

 GREEN value IS 120 (47.27% from 255) = 32.7%

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

R = 41.96%
G = 32.7%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#9A785D (or 0x9A785D) is known color: Sorrell Brown. HEX triplet: 9A, 78 and 5D. RGB value is (154,120,93). Sum of RGB (Red+Green+Blue) = 154+120+93=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 154 - color contains mainly: red. Hex color #9A785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A785D is #6587A2. Grayscale: #7F7F7F. Windows color (decimal): -6653859 or 6125722. OLE color: 6125722.

HSL color Cylindrical-coordinate representation of color #9A785D: hue angle of 26.56º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A785D is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 120 93 -
CMYK 0 0.22 0.40 0.40
HSL 26.56º 0.25% 0.48% -
HSV(B) 26.56º 0.4% 0.6% -
XYZ 22.02 21.09 13.27 -
YUV 127.09 108.76 147.2 -
System Red Green Blue C M Y K H S L
Decimal 154 120 93 0 0.22 0.40 0.40 26.56 0.25 0.48
Hex 9A 78 5D 0 16 28 28 1B 19 30
Octal 232 170 135 0 26 50 50 33 31 60
Binary 10011010 1111000 1011101 0 10110 101000 101000 11011 11001 110000

Color Harmonies of #9A785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A785D

Black with #9A785D

Text Example


Text Example

White with #9A785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,120,93); }

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

background-color css

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

 a { background-color: rgb(154,120,93); }

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

border-color css

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

 span { border-color: rgb(154,120,93); }

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