Html Css Color HEX #9A835D Sorrell Brown

📋 copy color: '#9A835D'

red 154 ◦ green 131 ◦ blue 93

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

Shades of Sorrell Brown #9A835D

Tints of Sorrell Brown #9A835D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.66%

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

R = 40.74%
G = 34.66%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#9A835D (or 0x9A835D) is known color: Sorrell Brown. HEX triplet: 9A, 83 and 5D. RGB value is (154,131,93). Sum of RGB (Red+Green+Blue) = 154+131+93=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 154 - color contains mainly: red. Hex color #9A835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A835D is #657CA2. Grayscale: #858585. Windows color (decimal): -6651043 or 6128538. OLE color: 6128538.

HSL color Cylindrical-coordinate representation of color #9A835D: hue angle of 37.38º 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 #9A835D is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 131 93 -
CMYK 0 0.15 0.40 0.40
HSL 37.38º 0.25% 0.48% -
HSV(B) 37.38º 0.4% 0.6% -
XYZ 23.42 23.89 13.73 -
YUV 133.55 105.12 142.59 -
System Red Green Blue C M Y K H S L
Decimal 154 131 93 0 0.15 0.40 0.40 37.38 0.25 0.48
Hex 9A 83 5D 0 F 28 28 25 19 30
Octal 232 203 135 0 17 50 50 45 31 60
Binary 10011010 10000011 1011101 0 1111 101000 101000 100101 11001 110000

Color Harmonies of #9A835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A835D

Black with #9A835D

Text Example


Text Example

White with #9A835D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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