#8B6318

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

Shades of Golden Brown #8B6318

Tints of Golden Brown #8B6318

Color information

#8B6318 (or 0x8B6318) is unknown color: approx Golden Brown. HEX triplet: 8B, 63 and 18. RGB value is (139,99,24). Sum of RGB (Red+Green+Blue) = 139+99+24=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6318 is #749CE7. Grayscale: #666666. Windows color (decimal): -7642344 or 1598347. OLE color: 1598347.

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

Color convert

RGB1399924-
CMYK00.290.830.45
HSL39.13º70.55%31.96%-
HSV(B)39.13º82.73%54.51%-
XYZ15.2714.482.85-
YUV102.4183.75154.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.05%
GREEN value IS 99 (39.06% from 255) = 37.79%
BLUE value IS 24 (9.77% from 255) = 9.16%
R=53.05%
G=37.79%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139992400.290.830.4539.1370.5531.96
Hex8B631801D532D274720
Octal21314330035123554710740
Binary1000101111000111100001110110100111011011001111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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