#9F550E

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

Shades of Golden Brown #9F550E

Tints of Golden Brown #9F550E

Color information

#9F550E (or 0x9F550E) is unknown color: approx Golden Brown. HEX triplet: 9F, 55 and 0E. RGB value is (159,85,14). Sum of RGB (Red+Green+Blue) = 159+85+14=258 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.63% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 159 - color contains mainly: red. Hex color #9F550E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F550E is #60AAF1. Grayscale: #636363. Windows color (decimal): -6335218 or 939423. OLE color: 939423.

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

Color convert

RGB1598514-
CMYK00.470.910.38
HSL29.38º83.82%33.92%-
HSV(B)29.38º91.19%62.35%-
XYZ17.6313.92.17-
YUV99.0380.02170.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 61.63%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 14 (5.86% from 255) = 5.43%
R=61.63%
G=32.95%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159851400.470.910.3829.3883.8233.92
Hex9F55E02F5B261d5422
Octal23712516057133463512442
Binary100111111010101111001011111011011100110111011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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