Html Css Color HEX #9F4215 Saddle Brown

📋 copy color: '#9F4215'

red 159 ◦ green 66 ◦ blue 21

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

Shades of Saddle Brown #9F4215

Tints of Saddle Brown #9F4215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.83%

 BLUE value IS 21 (8.59% from 255) = 8.54%

R = 64.63%
G = 26.83%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9F4215 (or 0x9F4215) is known color: Saddle Brown. HEX triplet: 9F, 42 and 15. RGB value is (159,66,21). Sum of RGB (Red+Green+Blue) = 159+66+21=246 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.63% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4215 is #60BDEA. Grayscale: #585858. Windows color (decimal): -6340075 or 1393311. OLE color: 1393311.

HSL color Cylindrical-coordinate representation of color #9F4215: hue angle of 19.57º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F4215 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 66 21 -
CMYK 0 0.58 0.87 0.38
HSL 19.57º 0.77% 0.35% -
HSV(B) 19.57º 0.87% 0.62% -
XYZ 16.38 11.32 2.03 -
YUV 88.68 89.81 178.16 -
System Red Green Blue C M Y K H S L
Decimal 159 66 21 0 0.58 0.87 0.38 19.57 0.77 0.35
Hex 9F 42 15 0 3A 57 26 14 4D 23
Octal 237 102 25 0 72 127 46 24 115 43
Binary 10011111 1000010 10101 0 111010 1010111 100110 10100 1001101 100011

Color Harmonies of #9F4215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4215

Black with #9F4215

Text Example


Text Example

White with #9F4215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,66,21); }

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

background-color css

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

 a { background-color: rgb(159,66,21); }

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

border-color css

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

 span { border-color: rgb(159,66,21); }

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