Html Css Color HEX #9F4615 Saddle Brown

📋 copy color: '#9F4615'

red 159 ◦ green 70 ◦ blue 21

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

Shades of Saddle Brown #9F4615

Tints of Saddle Brown #9F4615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28%

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

R = 63.6%
G = 28%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9F4615 (or 0x9F4615) is known color: Saddle Brown. HEX triplet: 9F, 46 and 15. RGB value is (159,70,21). Sum of RGB (Red+Green+Blue) = 159+70+21=250 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.6% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4615 is #60B9EA. Grayscale: #5B5B5B. Windows color (decimal): -6339051 or 1394335. OLE color: 1394335.

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

Color convert

RGB 159 70 21 -
CMYK 0 0.56 0.87 0.38
HSL 21.3º 0.77% 0.35% -
HSV(B) 21.3º 0.87% 0.62% -
XYZ 16.62 11.81 2.11 -
YUV 91.03 88.49 176.48 -
System Red Green Blue C M Y K H S L
Decimal 159 70 21 0 0.56 0.87 0.38 21.3 0.77 0.35
Hex 9F 46 15 0 38 57 26 15 4D 23
Octal 237 106 25 0 70 127 46 25 115 43
Binary 10011111 1000110 10101 0 111000 1010111 100110 10101 1001101 100011

Color Harmonies of #9F4615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4615

Black with #9F4615

Text Example


Text Example

White with #9F4615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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