Html Css Color HEX #9F3E16 Saddle Brown

📋 copy color: '#9F3E16'

red 159 ◦ green 62 ◦ blue 22

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

Shades of Saddle Brown #9F3E16

Tints of Saddle Brown #9F3E16

RGB

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

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

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

R = 65.43%
G = 25.51%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F3E16 (or 0x9F3E16) is known color: Saddle Brown. HEX triplet: 9F, 3E and 16. RGB value is (159,62,22). Sum of RGB (Red+Green+Blue) = 159+62+22=243 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.43% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3E16 is #60C1E9. Grayscale: #565656. Windows color (decimal): -6341098 or 1457823. OLE color: 1457823.

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

Color convert

RGB 159 62 22 -
CMYK 0 0.61 0.86 0.38
HSL 17.52º 0.76% 0.35% -
HSV(B) 17.52º 0.86% 0.62% -
XYZ 16.17 10.87 2.01 -
YUV 86.44 91.64 179.75 -
System Red Green Blue C M Y K H S L
Decimal 159 62 22 0 0.61 0.86 0.38 17.52 0.76 0.35
Hex 9F 3E 16 0 3D 56 26 12 4C 23
Octal 237 76 26 0 75 126 46 22 114 43
Binary 10011111 111110 10110 0 111101 1010110 100110 10010 1001100 100011

Color Harmonies of #9F3E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3E16

Black with #9F3E16

Text Example


Text Example

White with #9F3E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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