#9F750E

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

Shades of Golden Brown #9F750E

Tints of Golden Brown #9F750E

Color information

#9F750E (or 0x9F750E) is unknown color: approx Golden Brown. HEX triplet: 9F, 75 and 0E. RGB value is (159,117,14). Sum of RGB (Red+Green+Blue) = 159+117+14=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F750E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F750E is #608AF1. Grayscale: #767676. Windows color (decimal): -6327026 or 947615. OLE color: 947615.

HSL color Cylindrical-coordinate representation of color #9F750E: hue angle of 42.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 #9F750E is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB15911714-
CMYK00.260.910.38
HSL42.62º83.82%33.92%-
HSV(B)42.62º91.19%62.35%-
XYZ20.7420.133.21-
YUV117.8269.41157.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.83%
GREEN value IS 117 (46.09% from 255) = 40.34%
BLUE value IS 14 (5.86% from 255) = 4.83%
R=54.83%
G=40.34%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591171400.260.910.3842.6283.8233.92
Hex9F75E01A5B262b5422
Octal23716516032133465312442
Binary100111111110101111001101010110111001101010111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F750E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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