#8A650A

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

Shades of Golden Brown #8A650A

Tints of Golden Brown #8A650A

Color information

#8A650A (or 0x8A650A) is unknown color: approx Golden Brown. HEX triplet: 8A, 65 and 0A. RGB value is (138,101,10). Sum of RGB (Red+Green+Blue) = 138+101+10=249 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.42% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 138 - color contains mainly: red. Hex color #8A650A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A650A is #759AF5. Grayscale: #666666. Windows color (decimal): -7707382 or 681354. OLE color: 681354.

HSL color Cylindrical-coordinate representation of color #8A650A: hue angle of 42.66º 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 #8A650A is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB13810110-
CMYK00.270.930.46
HSL42.66º86.49%29.02%-
HSV(B)42.66º92.75%54.12%-
XYZ15.1914.732.33-
YUV101.6976.26153.9-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.42%
GREEN value IS 101 (39.84% from 255) = 40.56%
BLUE value IS 10 (4.30% from 255) = 4.02%
R=55.42%
G=40.56%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381011000.270.930.4642.6686.4929.02
Hex8A65A01B5D2E2b561d
Octal21214512033135565312635
Binary10001010110010110100110111011101101110101011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A650A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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