#8A640A

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

Shades of Golden Brown #8A640A

Tints of Golden Brown #8A640A

Color information

#8A640A (or 0x8A640A) is unknown color: approx Golden Brown. HEX triplet: 8A, 64 and 0A. RGB value is (138,100,10). Sum of RGB (Red+Green+Blue) = 138+100+10=248 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.65% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 138 - color contains mainly: red. Hex color #8A640A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A640A is #759BF5. Grayscale: #656565. Windows color (decimal): -7707638 or 681098. OLE color: 681098.

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

Color convert

RGB13810010-
CMYK00.280.930.46
HSL42.19º86.49%29.02%-
HSV(B)42.19º92.75%54.12%-
XYZ15.0914.542.3-
YUV101.176.59154.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.65%
GREEN value IS 100 (39.45% from 255) = 40.32%
BLUE value IS 10 (4.30% from 255) = 4.03%
R=55.65%
G=40.32%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381001000.280.930.4642.1986.4929.02
Hex8A64A01C5D2E2a561d
Octal21214412034135565212635
Binary10001010110010010100111001011101101110101010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A640A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,100,10); }

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

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

 a { background-color: rgb(138,100,10); }

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

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

 span { border-color: rgb(138,100,10); }

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