Html Css Color HEX #9E825D Sorrell Brown

📋 copy color: '#9E825D'

red 158 ◦ green 130 ◦ blue 93

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

Shades of Sorrell Brown #9E825D

Tints of Sorrell Brown #9E825D

RGB

 RED value IS 158 (62.11% from 255) = 41.47%

 GREEN value IS 130 (51.17% from 255) = 34.12%

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

R = 41.47%
G = 34.12%
B = 24.41%

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

#9E825D (or 0x9E825D) is known color: Sorrell Brown. HEX triplet: 9E, 82 and 5D. RGB value is (158,130,93). Sum of RGB (Red+Green+Blue) = 158+130+93=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 158 - color contains mainly: red. Hex color #9E825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E825D is #617DA2. Grayscale: #868686. Windows color (decimal): -6389155 or 6128286. OLE color: 6128286.

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

Color convert

RGB 158 130 93 -
CMYK 0 0.18 0.41 0.38
HSL 34.15º 0.26% 0.49% -
HSV(B) 34.15º 0.41% 0.62% -
XYZ 24.06 24.02 13.73 -
YUV 134.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 158 130 93 0 0.18 0.41 0.38 34.15 0.26 0.49
Hex 9E 82 5D 0 12 29 26 22 1A 31
Octal 236 202 135 0 22 51 46 42 32 61
Binary 10011110 10000010 1011101 0 10010 101001 100110 100010 11010 110001

Color Harmonies of #9E825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E825D

Black with #9E825D

Text Example


Text Example

White with #9E825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,130,93); }

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

background-color css

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

 a { background-color: rgb(158,130,93); }

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

border-color css

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

 span { border-color: rgb(158,130,93); }

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