Html Css Color HEX #9F4016 Saddle Brown

📋 copy color: '#9F4016'

red 159 ◦ green 64 ◦ blue 22

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

Shades of Saddle Brown #9F4016

Tints of Saddle Brown #9F4016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.12%

 BLUE value IS 22 (8.98% from 255) = 8.98%

R = 64.9%
G = 26.12%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F4016 (or 0x9F4016) is known color: Saddle Brown. HEX triplet: 9F, 40 and 16. RGB value is (159,64,22). Sum of RGB (Red+Green+Blue) = 159+64+22=245 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.90% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4016 is #60BFE9. Grayscale: #575757. Windows color (decimal): -6340586 or 1458335. OLE color: 1458335.

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

Color convert

RGB 159 64 22 -
CMYK 0 0.60 0.86 0.38
HSL 18.39º 0.76% 0.35% -
HSV(B) 18.39º 0.86% 0.62% -
XYZ 16.28 11.1 2.04 -
YUV 87.62 90.97 178.92 -
System Red Green Blue C M Y K H S L
Decimal 159 64 22 0 0.60 0.86 0.38 18.39 0.76 0.35
Hex 9F 40 16 0 3C 56 26 12 4C 23
Octal 237 100 26 0 74 126 46 22 114 43
Binary 10011111 1000000 10110 0 111100 1010110 100110 10010 1001100 100011

Color Harmonies of #9F4016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4016

Black with #9F4016

Text Example


Text Example

White with #9F4016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,64,22); }

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

background-color css

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

 a { background-color: rgb(159,64,22); }

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

border-color css

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

 span { border-color: rgb(159,64,22); }

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