Html Css Color HEX #9A805F Sorrell Brown

📋 copy color: '#9A805F'

red 154 ◦ green 128 ◦ blue 95

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

Shades of Sorrell Brown #9A805F

Tints of Sorrell Brown #9A805F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.2%

R = 40.85%
G = 33.95%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#9A805F (or 0x9A805F) is known color: Sorrell Brown. HEX triplet: 9A, 80 and 5F. RGB value is (154,128,95). Sum of RGB (Red+Green+Blue) = 154+128+95=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 154 - color contains mainly: red. Hex color #9A805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A805F is #657FA0. Grayscale: #848484. Windows color (decimal): -6651809 or 6258842. OLE color: 6258842.

HSL color Cylindrical-coordinate representation of color #9A805F: hue angle of 33.56º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A805F is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 128 95 -
CMYK 0 0.17 0.38 0.40
HSL 33.56º 0.24% 0.49% -
HSV(B) 33.56º 0.38% 0.6% -
XYZ 23.11 23.13 14.07 -
YUV 132.01 107.11 143.68 -
System Red Green Blue C M Y K H S L
Decimal 154 128 95 0 0.17 0.38 0.40 33.56 0.24 0.49
Hex 9A 80 5F 0 11 26 28 22 18 31
Octal 232 200 137 0 21 46 50 42 30 61
Binary 10011010 10000000 1011111 0 10001 100110 101000 100010 11000 110001

Color Harmonies of #9A805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A805F

Black with #9A805F

Text Example


Text Example

White with #9A805F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,128,95); }

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

background-color css

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

 a { background-color: rgb(154,128,95); }

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

border-color css

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

 span { border-color: rgb(154,128,95); }

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