#8A6316

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

Shades of Golden Brown #8A6316

Tints of Golden Brown #8A6316

Color information

#8A6316 (or 0x8A6316) is unknown color: approx Golden Brown. HEX triplet: 8A, 63 and 16. RGB value is (138,99,22). Sum of RGB (Red+Green+Blue) = 138+99+22=259 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.28% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6316 is #759CE9. Grayscale: #666666. Windows color (decimal): -7707882 or 1467274. OLE color: 1467274.

HSL color Cylindrical-coordinate representation of color #8A6316: hue angle of 39.83º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A6316 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB1389922-
CMYK00.280.840.46
HSL39.83º72.5%31.37%-
HSV(B)39.83º84.06%54.12%-
XYZ15.0914.382.74-
YUV101.8882.92153.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 53.28%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 22 (8.98% from 255) = 8.49%
R=53.28%
G=38.22%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138992200.280.840.4639.8372.531.37
Hex8A631601C542E28481f
Octal21214326034124565011037
Binary100010101100011101100111001010100101110101000100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,99,22); }

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

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

 a { background-color: rgb(138,99,22); }

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

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

 span { border-color: rgb(138,99,22); }

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