Html Css Color HEX #9F450E Saddle Brown

📋 copy color: '#9F450E'

red 159 ◦ green 69 ◦ blue 14

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

Shades of Saddle Brown #9F450E

Tints of Saddle Brown #9F450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.51%

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

R = 65.7%
G = 28.51%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9F450E (or 0x9F450E) is known color: Saddle Brown. HEX triplet: 9F, 45 and 0E. RGB value is (159,69,14). Sum of RGB (Red+Green+Blue) = 159+69+14=242 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.70% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 159 - color contains mainly: red. Hex color #9F450E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F450E is #60BAF1. Grayscale: #595959. Windows color (decimal): -6339314 or 935327. OLE color: 935327.

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

Color convert

RGB 159 69 14 -
CMYK 0 0.57 0.91 0.38
HSL 22.76º 0.84% 0.34% -
HSV(B) 22.76º 0.91% 0.62% -
XYZ 16.51 11.66 1.8 -
YUV 89.64 85.32 177.47 -
System Red Green Blue C M Y K H S L
Decimal 159 69 14 0 0.57 0.91 0.38 22.76 0.84 0.34
Hex 9F 45 E 0 39 5B 26 17 54 22
Octal 237 105 16 0 71 133 46 27 124 42
Binary 10011111 1000101 1110 0 111001 1011011 100110 10111 1010100 100010

Color Harmonies of #9F450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F450E

Black with #9F450E

Text Example


Text Example

White with #9F450E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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