Html Css Color HEX #9F3E13 Saddle Brown

📋 copy color: '#9F3E13'

red 159 ◦ green 62 ◦ blue 19

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

Shades of Saddle Brown #9F3E13

Tints of Saddle Brown #9F3E13

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.83%

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

R = 66.25%
G = 25.83%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9F3E13 (or 0x9F3E13) is known color: Saddle Brown. HEX triplet: 9F, 3E and 13. RGB value is (159,62,19). Sum of RGB (Red+Green+Blue) = 159+62+19=240 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.25% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3E13 is #60C1EC. Grayscale: #565656. Windows color (decimal): -6341101 or 1261215. OLE color: 1261215.

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

Color convert

RGB 159 62 19 -
CMYK 0 0.61 0.88 0.38
HSL 18.43º 0.79% 0.35% -
HSV(B) 18.43º 0.88% 0.62% -
XYZ 16.14 10.86 1.86 -
YUV 86.1 90.14 180 -
System Red Green Blue C M Y K H S L
Decimal 159 62 19 0 0.61 0.88 0.38 18.43 0.79 0.35
Hex 9F 3E 13 0 3D 58 26 12 4F 23
Octal 237 76 23 0 75 130 46 22 117 43
Binary 10011111 111110 10011 0 111101 1011000 100110 10010 1001111 100011

Color Harmonies of #9F3E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3E13

Black with #9F3E13

Text Example


Text Example

White with #9F3E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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