#9F5B00

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

Shades of Golden Brown #9F5B00

Tints of Golden Brown #9F5B00

Color information

#9F5B00 (or 0x9F5B00) is unknown color: approx Golden Brown. HEX triplet: 9F, 5B and 00. RGB value is (159,91,0). Sum of RGB (Red+Green+Blue) = 159+91+0=250 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.6% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5B00 is #60A4FF. Grayscale: #656565. Windows color (decimal): -6333696 or 23455. OLE color: 23455.

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

Color convert

RGB159910-
CMYK00.4310.38
HSL34.34º100%31.18%-
HSV(B)34.34º100%62.35%-
XYZ18.0414.851.92-
YUV100.9671.03169.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 63.6%
GREEN value IS 91 (35.94% from 255) = 36.4%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.6%
G=36.4%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15991000.4310.3834.3410031.18
Hex9F5B002B642622641f
Octal2371330053144464214437
Binary100111111011011001010111100100100110100010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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