#9f5f15

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

Shades of Golden Brown #9F5F15

Tints of Golden Brown #9F5F15

Color information

#9F5F15 (or 0x9F5F15) is unknown color: approx Golden Brown. HEX triplet: 9F, 5F and 15. RGB value is (159,95,21). Sum of RGB (Red+Green+Blue) = 159+95+21=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5F15 is #60A0EA. Grayscale: #6A6A6A. Windows color (decimal): -6332651 or 1400735. OLE color: 1400735.

HSL color Cylindrical-coordinate representation of color #9F5F15: hue angle of 32.17º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F5F15 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB1599521-
CMYK00.400.870.38
HSL32.17º76.67%35.29%-
HSV(B)32.17º86.79%62.35%-
XYZ18.5315.612.75-
YUV105.780.2166.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.82%
GREEN value IS 95 (37.5% from 255) = 34.55%
BLUE value IS 21 (8.59% from 255) = 7.64%
R=57.82%
G=34.55%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159952100.400.870.3832.1776.6735.29
Hex9F5F150285726204d23
Octal23713725050127464011543
Binary10011111101111110101010100010101111001101000001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f5f15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,95,21); }

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

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

 a { background-color: rgb(159,95,21); }

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

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

 span { border-color: rgb(159,95,21); }

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