Html Css Color HEX #9F825F Sorrell Brown

📋 copy color: '#9F825F'

red 159 ◦ green 130 ◦ blue 95

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

Shades of Sorrell Brown #9F825F

Tints of Sorrell Brown #9F825F

RGB

 RED value IS 159 (62.5% from 255) = 41.41%

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

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

R = 41.41%
G = 33.85%
B = 24.74%

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

#9F825F (or 0x9F825F) is known color: Sorrell Brown. HEX triplet: 9F, 82 and 5F. RGB value is (159,130,95). Sum of RGB (Red+Green+Blue) = 159+130+95=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F825F is #607DA0. Grayscale: #868686. Windows color (decimal): -6323617 or 6259359. OLE color: 6259359.

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

Color convert

RGB 159 130 95 -
CMYK 0 0.18 0.40 0.38
HSL 32.81º 0.25% 0.5% -
HSV(B) 32.81º 0.4% 0.62% -
XYZ 24.35 24.16 14.21 -
YUV 134.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 159 130 95 0 0.18 0.40 0.38 32.81 0.25 0.5
Hex 9F 82 5F 0 12 28 26 21 19 32
Octal 237 202 137 0 22 50 46 41 31 62
Binary 10011111 10000010 1011111 0 10010 101000 100110 100001 11001 110010

Color Harmonies of #9F825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F825F

Black with #9F825F

Text Example


Text Example

White with #9F825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,130,95); }

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

background-color css

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

 a { background-color: rgb(159,130,95); }

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

border-color css

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

 span { border-color: rgb(159,130,95); }

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