Html Css Color HEX #9F4407 Saddle Brown

📋 copy color: '#9F4407'

red 159 ◦ green 68 ◦ blue 7

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

Shades of Saddle Brown #9F4407

Tints of Saddle Brown #9F4407

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.06%

 BLUE value IS 7 (3.13% from 255) = 2.99%

R = 67.95%
G = 29.06%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#9F4407 (or 0x9F4407) is known color: Saddle Brown. HEX triplet: 9F, 44 and 07. RGB value is (159,68,7). Sum of RGB (Red+Green+Blue) = 159+68+7=234 (30% of max value = 765). Red value is 159 (62.5% from 255 or 67.95% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4407 is #60BBF8. Grayscale: #585858. Windows color (decimal): -6339577 or 476319. OLE color: 476319.

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

Color convert

RGB 159 68 7 -
CMYK 0 0.57 0.96 0.38
HSL 24.08º 0.92% 0.33% -
HSV(B) 24.08º 0.96% 0.62% -
XYZ 16.4 11.52 1.56 -
YUV 88.26 82.15 178.46 -
System Red Green Blue C M Y K H S L
Decimal 159 68 7 0 0.57 0.96 0.38 24.08 0.92 0.33
Hex 9F 44 7 0 39 60 26 18 5C 21
Octal 237 104 7 0 71 140 46 30 134 41
Binary 10011111 1000100 111 0 111001 1100000 100110 11000 1011100 100001

Color Harmonies of #9F4407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4407

Black with #9F4407

Text Example


Text Example

White with #9F4407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,68,7); }

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

background-color css

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

 a { background-color: rgb(159,68,7); }

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

border-color css

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

 span { border-color: rgb(159,68,7); }

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