#8B6314

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

Shades of Golden Brown #8B6314

Tints of Golden Brown #8B6314

Color information

#8B6314 (or 0x8B6314) is unknown color: approx Golden Brown. HEX triplet: 8B, 63 and 14. RGB value is (139,99,20). Sum of RGB (Red+Green+Blue) = 139+99+20=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6314 is #749CEB. Grayscale: #666666. Windows color (decimal): -7642348 or 1336203. OLE color: 1336203.

HSL color Cylindrical-coordinate representation of color #8B6314: hue angle of 39.83º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B6314 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB1399920-
CMYK00.290.860.45
HSL39.83º74.84%31.18%-
HSV(B)39.83º85.61%54.51%-
XYZ15.2414.462.65-
YUV101.9581.75154.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.88%
GREEN value IS 99 (39.06% from 255) = 38.37%
BLUE value IS 20 (8.20% from 255) = 7.75%
R=53.88%
G=38.37%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139992000.290.860.4539.8374.8431.18
Hex8B631401D562D284b1f
Octal21314324035126555011337
Binary100010111100011101000111011010110101101101000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,99,20); }

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

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

 a { background-color: rgb(139,99,20); }

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

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

 span { border-color: rgb(139,99,20); }

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