#8F6213

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

Shades of Golden Brown #8F6213

Tints of Golden Brown #8F6213

Color information

#8F6213 (or 0x8F6213) is unknown color: approx Golden Brown. HEX triplet: 8F, 62 and 13. RGB value is (143,98,19). Sum of RGB (Red+Green+Blue) = 143+98+19=260 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6213 is #709DEC. Grayscale: #666666. Windows color (decimal): -7380461 or 1270415. OLE color: 1270415.

HSL color Cylindrical-coordinate representation of color #8F6213: hue angle of 38.23º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F6213 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB1439819-
CMYK00.310.870.44
HSL38.23º76.54%31.76%-
HSV(B)38.23º86.71%56.08%-
XYZ15.8114.622.6-
YUV102.4580.91156.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55%
GREEN value IS 98 (38.67% from 255) = 37.69%
BLUE value IS 19 (7.81% from 255) = 7.31%
R=55%
G=37.69%
B=7.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143981900.310.870.4438.2376.5431.76
Hex8F621301F572C264d20
Octal21714223037127544611540
Binary1000111111000101001101111110101111011001001101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,98,19); }

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

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

 a { background-color: rgb(143,98,19); }

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

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

 span { border-color: rgb(143,98,19); }

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