Html Css Color HEX #9F3D16 Saddle Brown

📋 copy color: '#9F3D16'

red 159 ◦ green 61 ◦ blue 22

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

Shades of Saddle Brown #9F3D16

Tints of Saddle Brown #9F3D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.21%

 BLUE value IS 22 (8.98% from 255) = 9.09%

R = 65.7%
G = 25.21%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F3D16 (or 0x9F3D16) is known color: Saddle Brown. HEX triplet: 9F, 3D and 16. RGB value is (159,61,22). Sum of RGB (Red+Green+Blue) = 159+61+22=242 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.70% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3D16 is #60C2E9. Grayscale: #565656. Windows color (decimal): -6341354 or 1457567. OLE color: 1457567.

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

Color convert

RGB 159 61 22 -
CMYK 0 0.62 0.86 0.38
HSL 17.08º 0.76% 0.35% -
HSV(B) 17.08º 0.86% 0.62% -
XYZ 16.11 10.77 1.99 -
YUV 85.86 91.97 180.17 -
System Red Green Blue C M Y K H S L
Decimal 159 61 22 0 0.62 0.86 0.38 17.08 0.76 0.35
Hex 9F 3D 16 0 3E 56 26 11 4C 23
Octal 237 75 26 0 76 126 46 21 114 43
Binary 10011111 111101 10110 0 111110 1010110 100110 10001 1001100 100011

Color Harmonies of #9F3D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3D16

Black with #9F3D16

Text Example


Text Example

White with #9F3D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,61,22); }

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

background-color css

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

 a { background-color: rgb(159,61,22); }

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

border-color css

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

 span { border-color: rgb(159,61,22); }

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