Html Css Color HEX #9E815F Sorrell Brown

📋 copy color: '#9E815F'

red 158 ◦ green 129 ◦ blue 95

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

Shades of Sorrell Brown #9E815F

Tints of Sorrell Brown #9E815F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.77%

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

R = 41.36%
G = 33.77%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9E815F (or 0x9E815F) is known color: Sorrell Brown. HEX triplet: 9E, 81 and 5F. RGB value is (158,129,95). Sum of RGB (Red+Green+Blue) = 158+129+95=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 158 - color contains mainly: red. Hex color #9E815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E815F is #617EA0. Grayscale: #858585. Windows color (decimal): -6389409 or 6259102. OLE color: 6259102.

HSL color Cylindrical-coordinate representation of color #9E815F: hue angle of 32.38º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E815F is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 129 95 -
CMYK 0 0.18 0.40 0.38
HSL 32.38º 0.25% 0.5% -
HSV(B) 32.38º 0.4% 0.62% -
XYZ 24.02 23.8 14.15 -
YUV 133.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 158 129 95 0 0.18 0.40 0.38 32.38 0.25 0.5
Hex 9E 81 5F 0 12 28 26 20 19 32
Octal 236 201 137 0 22 50 46 40 31 62
Binary 10011110 10000001 1011111 0 10010 101000 100110 100000 11001 110010

Color Harmonies of #9E815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E815F

Black with #9E815F

Text Example


Text Example

White with #9E815F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,129,95); }

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

background-color css

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

 a { background-color: rgb(158,129,95); }

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

border-color css

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

 span { border-color: rgb(158,129,95); }

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