#9F750A

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

Shades of Golden Brown #9F750A

Tints of Golden Brown #9F750A

Color information

#9F750A (or 0x9F750A) is unknown color: approx Golden Brown. HEX triplet: 9F, 75 and 0A. RGB value is (159,117,10). Sum of RGB (Red+Green+Blue) = 159+117+10=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F750A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F750A is #608AF5. Grayscale: #757575. Windows color (decimal): -6327030 or 685471. OLE color: 685471.

HSL color Cylindrical-coordinate representation of color #9F750A: hue angle of 43.09º degrees, saturation: 0.88, 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 #9F750A is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB15911710-
CMYK00.260.940.38
HSL43.09º88.17%33.14%-
HSV(B)43.09º93.71%62.35%-
XYZ20.7120.123.08-
YUV117.3667.41157.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.59%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 10 (4.30% from 255) = 3.50%
R=55.59%
G=40.91%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591171000.260.940.3843.0988.1733.14
Hex9F75A01A5E262b5821
Octal23716512032136465313041
Binary100111111110101101001101010111101001101010111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F750A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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