Html Css Color HEX #9F4D09 Saddle Brown

📋 copy color: '#9F4D09'

red 159 ◦ green 77 ◦ blue 9

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

Shades of Saddle Brown #9F4D09

Tints of Saddle Brown #9F4D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.67%

R = 64.9%
G = 31.43%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9F4D09 (or 0x9F4D09) is known color: Saddle Brown. HEX triplet: 9F, 4D and 09. RGB value is (159,77,9). Sum of RGB (Red+Green+Blue) = 159+77+9=245 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.90% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F4D09 is #60B2F6. Grayscale: #5E5E5E. Windows color (decimal): -6337271 or 609695. OLE color: 609695.

HSL color Cylindrical-coordinate representation of color #9F4D09: hue angle of 27.2º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F4D09 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 77 9 -
CMYK 0 0.52 0.94 0.38
HSL 27.2º 0.89% 0.33% -
HSV(B) 27.2º 0.94% 0.62% -
XYZ 17 12.7 1.81 -
YUV 93.77 80.17 174.53 -
System Red Green Blue C M Y K H S L
Decimal 159 77 9 0 0.52 0.94 0.38 27.2 0.89 0.33
Hex 9F 4D 9 0 34 5E 26 1B 59 21
Octal 237 115 11 0 64 136 46 33 131 41
Binary 10011111 1001101 1001 0 110100 1011110 100110 11011 1011001 100001

Color Harmonies of #9F4D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4D09

Black with #9F4D09

Text Example


Text Example

White with #9F4D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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