#8F5D01

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

Shades of Golden Brown #8F5D01

Tints of Golden Brown #8F5D01

Color information

#8F5D01 (or 0x8F5D01) is unknown color: approx Golden Brown. HEX triplet: 8F, 5D and 01. RGB value is (143,93,1). Sum of RGB (Red+Green+Blue) = 143+93+1=237 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.34% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F5D01 is #70A2FE. Grayscale: #616161. Windows color (decimal): -7381759 or 89487. OLE color: 89487.

HSL color Cylindrical-coordinate representation of color #8F5D01: hue angle of 38.87º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F5D01 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB143931-
CMYK00.350.990.44
HSL38.87º98.61%28.24%-
HSV(B)38.87º99.3%56.08%-
XYZ15.2513.671.86-
YUV97.4673.56160.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 60.34%
GREEN value IS 93 (36.72% from 255) = 39.24%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=60.34%
G=39.24%
B=0.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14393100.350.990.4438.8798.6128.24
Hex8F5D1023632C27631c
Octal2171351043143544714334
Binary100011111011101101000111100011101100100111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F5D01; }

 p { color: rgb(143,93,1); }

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

<style>
 a { background-color: #8F5D01; }

 a { background-color: rgb(143,93,1); }

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

<style>
 span { border-color: #8F5D01; }

 span { border-color: rgb(143,93,1); }

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