#9f5400

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

Shades of Golden Brown #9F5400

Tints of Golden Brown #9F5400

Color information

#9F5400 (or 0x9F5400) is unknown color: approx Golden Brown. HEX triplet: 9F, 54 and 00. RGB value is (159,84,0). Sum of RGB (Red+Green+Blue) = 159+84+0=243 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.43% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5400 is #60ABFF. Grayscale: #616161. Windows color (decimal): -6335488 or 21663. OLE color: 21663.

HSL color Cylindrical-coordinate representation of color #9F5400: hue angle of 31.7º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F5400 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB159840-
CMYK00.4710.38
HSL31.7º100%31.18%-
HSV(B)31.7º100%62.35%-
XYZ17.4713.711.73-
YUV96.8573.35172.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 65.43%
GREEN value IS 84 (33.20% from 255) = 34.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.43%
G=34.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15984000.4710.3831.710031.18
Hex9F54002F642620641f
Octal2371240057144464014437
Binary100111111010100001011111100100100110100000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f5400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,84,0); }

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

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

 a { background-color: rgb(159,84,0); }

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

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

 span { border-color: rgb(159,84,0); }

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