Html Css Color HEX #9F4316 Saddle Brown

📋 copy color: '#9F4316'

red 159 ◦ green 67 ◦ blue 22

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

Shades of Saddle Brown #9F4316

Tints of Saddle Brown #9F4316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.02%

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

R = 64.11%
G = 27.02%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F4316 (or 0x9F4316) is known color: Saddle Brown. HEX triplet: 9F, 43 and 16. RGB value is (159,67,22). Sum of RGB (Red+Green+Blue) = 159+67+22=248 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.11% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4316 is #60BCE9. Grayscale: #595959. Windows color (decimal): -6339818 or 1459103. OLE color: 1459103.

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

Color convert

RGB 159 67 22 -
CMYK 0 0.58 0.86 0.38
HSL 19.71º 0.76% 0.35% -
HSV(B) 19.71º 0.86% 0.62% -
XYZ 16.45 11.44 2.1 -
YUV 89.38 89.98 177.66 -
System Red Green Blue C M Y K H S L
Decimal 159 67 22 0 0.58 0.86 0.38 19.71 0.76 0.35
Hex 9F 43 16 0 3A 56 26 14 4C 23
Octal 237 103 26 0 72 126 46 24 114 43
Binary 10011111 1000011 10110 0 111010 1010110 100110 10100 1001100 100011

Color Harmonies of #9F4316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4316

Black with #9F4316

Text Example


Text Example

White with #9F4316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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