#9F580E

Color #9F580E Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9F580E

Tints of Golden Brown #9F580E

Color information

#9F580E (or 0x9F580E) is unknown color: approx Golden Brown. HEX triplet: 9F, 58 and 0E. RGB value is (159,88,14). Sum of RGB (Red+Green+Blue) = 159+88+14=261 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.92% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 159 - color contains mainly: red. Hex color #9F580E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F580E is #60A7F1. Grayscale: #656565. Windows color (decimal): -6334450 or 940191. OLE color: 940191.

HSL color Cylindrical-coordinate representation of color #9F580E: hue angle of 30.62º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F580E is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB1598814-
CMYK00.450.910.38
HSL30.62º83.82%33.92%-
HSV(B)30.62º91.19%62.35%-
XYZ17.8714.382.25-
YUV100.7979.02169.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 60.92%
GREEN value IS 88 (34.77% from 255) = 33.72%
BLUE value IS 14 (5.86% from 255) = 5.36%
R=60.92%
G=33.72%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159881400.450.910.3830.6283.8233.92
Hex9F58E02D5B261f5422
Octal23713016055133463712442
Binary100111111011000111001011011011011100110111111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,88,14); }

 H1.HeaderClassName
 {
   color: #9F580E;
 }
 .AnyTagClassName
 {
   color: #9F580E;
 }
</style>
background-color css

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

 a { background-color: rgb(159,88,14); }

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

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

 span { border-color: rgb(159,88,14); }

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