Html Css Color HEX #9F4D0E Saddle Brown

📋 copy color: '#9F4D0E'

red 159 ◦ green 77 ◦ blue 14

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

Shades of Saddle Brown #9F4D0E

Tints of Saddle Brown #9F4D0E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.8%

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

R = 63.6%
G = 30.8%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9F4D0E (or 0x9F4D0E) is known color: Saddle Brown. HEX triplet: 9F, 4D and 0E. RGB value is (159,77,14). Sum of RGB (Red+Green+Blue) = 159+77+14=250 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.6% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F4D0E is #60B2F1. Grayscale: #5E5E5E. Windows color (decimal): -6337266 or 937375. OLE color: 937375.

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

Color convert

RGB 159 77 14 -
CMYK 0 0.52 0.91 0.38
HSL 26.07º 0.84% 0.34% -
HSV(B) 26.07º 0.91% 0.62% -
XYZ 17.03 12.71 1.97 -
YUV 94.34 82.67 174.12 -
System Red Green Blue C M Y K H S L
Decimal 159 77 14 0 0.52 0.91 0.38 26.07 0.84 0.34
Hex 9F 4D E 0 34 5B 26 1A 54 22
Octal 237 115 16 0 64 133 46 32 124 42
Binary 10011111 1001101 1110 0 110100 1011011 100110 11010 1010100 100010

Color Harmonies of #9F4D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4D0E

Black with #9F4D0E

Text Example


Text Example

White with #9F4D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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