Html Css Color HEX #9F460E Saddle Brown

📋 copy color: '#9F460E'

red 159 ◦ green 70 ◦ blue 14

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

Shades of Saddle Brown #9F460E

Tints of Saddle Brown #9F460E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.76%

R = 65.43%
G = 28.81%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9F460E (or 0x9F460E) is known color: Saddle Brown. HEX triplet: 9F, 46 and 0E. RGB value is (159,70,14). Sum of RGB (Red+Green+Blue) = 159+70+14=243 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.43% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 159 - color contains mainly: red. Hex color #9F460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F460E is #60B9F1. Grayscale: #5A5A5A. Windows color (decimal): -6339058 or 935583. OLE color: 935583.

HSL color Cylindrical-coordinate representation of color #9F460E: hue angle of 23.17º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F460E is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 70 14 -
CMYK 0 0.56 0.91 0.38
HSL 23.17º 0.84% 0.34% -
HSV(B) 23.17º 0.91% 0.62% -
XYZ 16.57 11.78 1.82 -
YUV 90.23 84.99 177.05 -
System Red Green Blue C M Y K H S L
Decimal 159 70 14 0 0.56 0.91 0.38 23.17 0.84 0.34
Hex 9F 46 E 0 38 5B 26 17 54 22
Octal 237 106 16 0 70 133 46 27 124 42
Binary 10011111 1000110 1110 0 111000 1011011 100110 10111 1010100 100010

Color Harmonies of #9F460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F460E

Black with #9F460E

Text Example


Text Example

White with #9F460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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