#8F630E

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

Shades of Golden Brown #8F630E

Tints of Golden Brown #8F630E

Color information

#8F630E (or 0x8F630E) is unknown color: approx Golden Brown. HEX triplet: 8F, 63 and 0E. RGB value is (143,99,14). Sum of RGB (Red+Green+Blue) = 143+99+14=256 (33% of max value = 765). Red value is 143 (56.25% from 255 or 55.86% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 143 - color contains mainly: red. Hex color #8F630E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F630E is #709CF1. Grayscale: #666666. Windows color (decimal): -7380210 or 942991. OLE color: 942991.

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

Color convert

RGB1439914-
CMYK00.310.900.44
HSL39.53º82.17%30.78%-
HSV(B)39.53º90.21%56.08%-
XYZ15.8714.82.43-
YUV102.4778.08156.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55.86%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 14 (5.86% from 255) = 5.47%
R=55.86%
G=38.67%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143991400.310.900.4439.5382.1730.78
Hex8F63E01F5A2C28521f
Octal21714316037132545012237
Binary10001111110001111100111111011010101100101000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F630E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,99,14); }

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

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

 a { background-color: rgb(143,99,14); }

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

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

 span { border-color: rgb(143,99,14); }

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