#8A620F

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

Shades of Golden Brown #8A620F

Tints of Golden Brown #8A620F

Color information

#8A620F (or 0x8A620F) is unknown color: approx Golden Brown. HEX triplet: 8A, 62 and 0F. RGB value is (138,98,15). Sum of RGB (Red+Green+Blue) = 138+98+15=251 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.98% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 138 - color contains mainly: red. Hex color #8A620F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A620F is #759DF0. Grayscale: #646464. Windows color (decimal): -7708145 or 1008266. OLE color: 1008266.

HSL color Cylindrical-coordinate representation of color #8A620F: hue angle of 40.49º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A620F is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB1389815-
CMYK00.290.890.46
HSL40.49º80.39%30%-
HSV(B)40.49º89.13%54.12%-
XYZ14.9414.172.4-
YUV100.579.75154.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.98%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 15 (6.25% from 255) = 5.98%
R=54.98%
G=39.04%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138981500.290.890.4640.4980.3930
Hex8A62F01D592E28501e
Octal21214217035131565012036
Binary10001010110001011110111011011001101110101000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A620F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,98,15); }

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

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

 a { background-color: rgb(138,98,15); }

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

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

 span { border-color: rgb(138,98,15); }

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