Html Css Color HEX #9F4913 Saddle Brown

📋 copy color: '#9F4913'

red 159 ◦ green 73 ◦ blue 19

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

Shades of Saddle Brown #9F4913

Tints of Saddle Brown #9F4913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.08%

 BLUE value IS 19 (7.81% from 255) = 7.57%

R = 63.35%
G = 29.08%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9F4913 (or 0x9F4913) is known color: Saddle Brown. HEX triplet: 9F, 49 and 13. RGB value is (159,73,19). Sum of RGB (Red+Green+Blue) = 159+73+19=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4913 is #60B6EC. Grayscale: #5C5C5C. Windows color (decimal): -6338285 or 1264031. OLE color: 1264031.

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

Color convert

RGB 159 73 19 -
CMYK 0 0.54 0.88 0.38
HSL 23.14º 0.79% 0.35% -
HSV(B) 23.14º 0.88% 0.62% -
XYZ 16.8 12.18 2.08 -
YUV 92.56 86.49 175.39 -
System Red Green Blue C M Y K H S L
Decimal 159 73 19 0 0.54 0.88 0.38 23.14 0.79 0.35
Hex 9F 49 13 0 36 58 26 17 4F 23
Octal 237 111 23 0 66 130 46 27 117 43
Binary 10011111 1001001 10011 0 110110 1011000 100110 10111 1001111 100011

Color Harmonies of #9F4913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4913

Black with #9F4913

Text Example


Text Example

White with #9F4913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,73,19); }

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

background-color css

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

 a { background-color: rgb(159,73,19); }

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

border-color css

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

 span { border-color: rgb(159,73,19); }

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