Html Css Color HEX #9F4900 Saddle Brown

📋 copy color: '#9F4900'

red 159 ◦ green 73 ◦ blue 0

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

Shades of Saddle Brown #9F4900

Tints of Saddle Brown #9F4900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.53%
G = 31.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#9F4900 (or 0x9F4900) is known color: Saddle Brown. HEX triplet: 9F, 49 and 00. RGB value is (159,73,0). Sum of RGB (Red+Green+Blue) = 159+73+0=232 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.53% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4900 is #60B6FF. Grayscale: #5A5A5A. Windows color (decimal): -6338304 or 18847. OLE color: 18847.

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

Color convert

RGB 159 73 0 -
CMYK 0 0.54 1 0.38
HSL 27.55º 1% 0.31% -
HSV(B) 27.55º 1% 0.62% -
XYZ 16.68 12.14 1.46 -
YUV 90.39 76.99 176.94 -
System Red Green Blue C M Y K H S L
Decimal 159 73 0 0 0.54 1 0.38 27.55 1 0.31
Hex 9F 49 0 0 36 64 26 1C 64 1F
Octal 237 111 0 0 66 144 46 34 144 37
Binary 10011111 1001001 0 0 110110 1100100 100110 11100 1100100 11111

Color Harmonies of #9F4900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4900

Black with #9F4900

Text Example


Text Example

White with #9F4900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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